Re: advantage of dynamic typing

2011-10-16 Thread Javier Neira Sanchez
In the official site of shen language the talk about porting shen (which is common lisp based in its default implementation) to others langs like javascript, llvm,scheme and... clojure! (the page where i did read about cloj

Future plans for clojurescript and node.js

2011-09-22 Thread Javier Neira Sanchez
Hi folks, i have been playing with clojurescript and nodejs and i have some questions about the future of that awesome combination: 1.- Is there any plan to add node.js console as target for cljs repl? 2.- Use of node.js module system to compile cljs files: Is it possible that the clojurescript.c

Re: advantage of dynamic typing

2011-09-22 Thread Javier Neira Sanchez
i am surprised nobody mentioned gradual/optional typing, typed racket and the possible type checker to be built by *some clever hacker* on core.logicsome day. -- You recei

Re: Problem with ClojureScript + Node.js

2011-09-01 Thread Javier Neira Sanchez
Hi, i'm using clojurescript, node.js 0.4.11 (with npm) on windows vista with some basic examples (https://github.com/jneira/clojurescript-desk) and works fine for me (although it would be nice to have all node.js globals (http://dev.clojure.org/jira/browse/CLJS-61) in cljs/nodejs. Im follow the

Re: Problem with ClojureScript and Node.js

2011-08-27 Thread Javier Neira Sanchez
Hi people! i am experimenting with clojurescript and node.js in windows too and i cant to access public node.js vars like __dirname. I had to use (js* "__dirname") but i think it would be neat that cljs.nodejs had all the global vars of node.js Thanks for clojurescript and keep on it! -- You