Live data from Hacker News

Viewing profile — eobrain

eobrain

HN member
Joined
Fri, Jul 11, 2014, 3:25 AM UTC
HN karma
6
Public activity
12 items

About eobrain

[ my public key: https://keybase.io/eob; my proof: https://keybase.io/eob/sigs/KbD67jjh6NB_JLTCaM7aVqlP2FtO2O1L-BkYK5zqXnI ]

Recent public activity

  1. 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....

  2. 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

  3. 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.

  4. 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…

  5. 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 …

  6. 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…

  7. 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 …

  8. 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…

  9. 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.

  10. 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…

  11. 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 …

  12. comment
    Comment #8018847

    Funcgo author here. Thanks for all the interest and comments. I'll respond individually to the comments.