Re: advantage of dynamic typing

2011-10-16 Thread Javier Neira Sanchez
In the official site of shen language http://www.shenlanguage.org/ 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 http://www.shenlanguage.org/kernel.htm where i did read about clojure

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

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

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

Re: Clojure, swank-clojure, and Debian

2009-03-14 Thread Javier
tried to follow is just broken. Thank you. On 14 mar, 10:22, Javier javu...@gmail.com 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 inusable for me at this stage

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

Re: New in the group and question about Java interaction

2009-03-10 Thread Javier
; 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 implementation is anyone's guess. - Chas On Mar 10, 2009, at 2:01 AM, Javier wrote