Viewing profile — eobrain
eobrain
HN member- Joined
- Fri, Jul 11, 2014, 3:25 AM UTC
- HN karma
- 6
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About eobrain
Recent public activity
-
comment
Comment #8046284
Update: The new 0.4.0 release of Funcgo supports limited operator overloading: https://github.com/eobrain/funcgo/blob/master/doc/reference....
-
comment
Comment #8025852
Thanks all. I created a new FAQ page for Funcgo, seeded with the questions and answers from this forum. https://github.com/eobrain/funcgo/blob/master/doc/FAQ.md
-
comment
Comment #8025746
I like Glojure. I am not sure if it is worth the hassle of changing the name, but I registered glojure.org just in case I decide to do so.
-
comment
Comment #8023668
Glad to hear someone else has been thinking about this. Interesting idea to use macros to implement the mapping from the Go syntax tree. Presumably, these macros would implement th…
-
comment
Comment #8020596
I have plans to implement source maps https://github.com/eobrain/funcgo/issues/19 when targeting JavaScript I have not yet figured out the best way to do something equivalent when …
-
comment
Comment #8020469
"Jo" seems it is hard to search for. "Gojure" is already taken by another Github project. I also considered "Clogure", but someone already had that too. Keep the suggestions coming…
-
comment
Comment #8020457
I cannot say enough good things about Instaparse, which is a flex/bison/jison for Clojure. It's amazingly feature-full and very fast. I could not have built Funcgo without it. Big …
-
comment
Comment #8018898
I do not plan to add to Funcgo the ability to easily create macros. Inspired by Go's philosophy, I want to limit the scope of the language to keep it somewhat simple. Funcgo howeve…
-
comment
Comment #8018872
Funcgo can readily call Java code, so it supports numerical programming or linking in C++ code to the same extent that Java does.
-
comment
Comment #8018858
I've no immediate plans for another target for now – there is a lot of work still to do just targeting Clojure and making sure the toolchain is easy for programmers, both server-si…
-
comment
Comment #8018851
Yep, fundamentally Funcgo is just Lisp without parentheses. Or put it another way, it is Lisp with more syntax. The fact that Lisp has so little syntax is beautifully elegant from …
-
comment
Comment #8018847
Funcgo author here. Thanks for all the interest and comments. I'll respond individually to the comments.