Live data from Hacker News

Viewing profile — ktg

ktg

HN member
Joined
Tue, Mar 05, 2013, 4:16 PM UTC
HN karma
10
Public activity
25 items

About ktg

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #17484315

    Hand-crafted parser: Building LISP: http://www.lwh.jp/lisp/index.html - Parser: http://www.lwh.jp/lisp/parser.html Full source: https://github.com/kimtg/ToyLisp

  3. comment
    Comment #11341131

    Author here. L++ (Lisp-flavored C++) https://bitbucket.org/ktg/l

  4. comment
    Comment #10901350

    Good article

  5. story
  6. story
  7. story
  8. comment
    Comment #9690019

    LispScript | https://bitbucket.org/ktg/lispscript Try LispScript | http://ktg.bitbucket.org/lispscript/lispscript.html

  9. comment
    Comment #9224010

    In for, in-range is faster. http://docs.racket-lang.org/reference/sequences.html?q=in-ra... An in-range application can provide better performance for number iteration when it appe…

  10. comment
    Comment #8655991

    See also fn.js (Functional JavaScript Library)| https://bitbucket.org/ktg/fn

  11. comment
    Comment #7840690

    Flappy Bird in Racket | https://github.com/soegaard/flappy-bird

  12. comment
    Comment #7778610

    L++ is a programming language that transcompiles to C++. It uses Lisp-like syntax. Macros are supported via Racket's macro system define-syntax, define-syntax-rule and defmacro. L+…

  13. comment
  14. comment
    Comment #7723731

    v0.2: Macros are supported via Racket's macro system define-syntax.

  15. comment
    Comment #7720991

    v0.2: Macros are supported via Racket's macro system define-syntax.

  16. comment
    Comment #7720987

    v0.2: Macros are supported via Racket's macro system define-syntax.

  17. comment
  18. comment
    Comment #7720978

    L++ website | https://bitbucket.org/ktg/l Previous post (not by me) | https://news.ycombinator.com/item?id=7711755

  19. story
  20. comment
    Comment #7612687

    Links Paren | https://bitbucket.org/ktg/paren ParenJ | https://bitbucket.org/ktg/parenj Paren# | https://bitbucket.org/ktg/parensharp

  21. story
    The Paren Programming Language now supports threads.

    Check out Paren and its friends. Host languages are: C++, Java, C# Paren | https://bitbucket.org/ktg/paren ParenJ | https://bitbucket.org/ktg/parenj Paren# | https://bitbucket.org/…

  22. comment
    Comment #7596402

    Javascript is a pretty cool programming language heavily influenced by Scheme. -> I couldn't agree with you more. There is a Lisp-to-JS compiler (ParenJS). https://bitbucket.org/kt…

  23. comment
    Comment #6094186

    Parenjs: Lisp-to-JavaScript compiler https://bitbucket.org/ktg/parenjs

  24. comment
    Comment #5325433

    Very Newbie-friendly Clojure IDE (GUI REPL). Double click JAR_FILE to run.

  25. story