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

Re: Clojure, swank-clojure, and Debian

2009-03-14 Thread Javier
tastic. The guide I tried to follow is just broken. Thank you. On 14 mar, 10:22, Javier wrote: > Hello, I'm trying to start learning Clojure, but I fail miserably at > some point trying to get a decent IDE to work. > > - First, Enclojure for Netbeans has lot of bugs, it is inusabl

Clojure, swank-clojure, and Debian

2009-03-14 Thread Javier
Hello, I'm trying to start learning Clojure, but I fail miserably at some point trying to get a decent IDE to work. - First, Enclojure for Netbeans has lot of bugs, it is inusable for me at this stage. - I'm not used to Eclipse nor Intellijea, so I discard both. - I'm used to Emacs, and have used

Re: New in the group and question about Java interaction

2009-03-10 Thread Javier
kind of hot code reloading in a production   > environment; apparently, it works quite well.  You could try using it   > yourself -- it appears to be free for personal and open-source   > development.  How it will interact with clojure and the details of its   > classloader-related i

New in the group and question about Java interaction

2009-03-10 Thread Javier
Hello, I'd like to thank you for providing us Clojure. This is fantastic. My background in Lisp if for several years now, just for fun, and using Common Lisp, mainly. I have some programs in Java, and would like to use Clojure to test/develop them. My question is: Is it easy to test/load Java co