Viewing profile — ktg
ktg
HN member- Joined
- Tue, Mar 05, 2013, 4:16 PM UTC
- HN karma
- 10
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About ktg
No profile information was provided.
Recent public activity
- story
-
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
-
comment
Comment #11341131
Author here. L++ (Lisp-flavored C++) https://bitbucket.org/ktg/l
-
comment
Comment #10901350
Good article
- story
- story
- story
-
comment
Comment #9690019
LispScript | https://bitbucket.org/ktg/lispscript Try LispScript | http://ktg.bitbucket.org/lispscript/lispscript.html
-
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…
-
comment
Comment #8655991
See also fn.js (Functional JavaScript Library)| https://bitbucket.org/ktg/fn
-
comment
Comment #7840690
Flappy Bird in Racket | https://github.com/soegaard/flappy-bird
-
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+…
- comment
-
comment
Comment #7723731
v0.2: Macros are supported via Racket's macro system define-syntax.
-
comment
Comment #7720991
v0.2: Macros are supported via Racket's macro system define-syntax.
-
comment
Comment #7720987
v0.2: Macros are supported via Racket's macro system define-syntax.
- comment
-
comment
Comment #7720978
L++ website | https://bitbucket.org/ktg/l Previous post (not by me) | https://news.ycombinator.com/item?id=7711755
- story
-
comment
Comment #7612687
Links Paren | https://bitbucket.org/ktg/paren ParenJ | https://bitbucket.org/ktg/parenj Paren# | https://bitbucket.org/ktg/parensharp
-
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/…
-
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…
-
comment
Comment #6094186
Parenjs: Lisp-to-JavaScript compiler https://bitbucket.org/ktg/parenjs
-
comment
Comment #5325433
Very Newbie-friendly Clojure IDE (GUI REPL). Double click JAR_FILE to run.
- story