Viewing profile — lantiga
lantiga
HN member- Joined
- Fri, Sep 09, 2011, 10:42 AM UTC
- HN karma
- 10
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About lantiga
No profile information was provided.
Recent public activity
-
comment
Comment #35347073
Correct, the original is GPL 3. To produce this implementation from the LLaMA paper we started from github.com/karpathy/nanoGPT, the LLaMA architecture is really similar to GPT. Fo…
-
comment
Comment #35346863
Some form of that is very likely the future
-
comment
Comment #35346845
The AI ecosystem is almost entirely Apache 2/MIT/BSD, and GPL is just incompatible with it. This is a blocker to mixing and matching, a simple Apache 2 rewrite fixes that problem. …
-
comment
Comment #21603630
Pretty much (co-author here). You can approach the book as a developer with little or no background in ML. The purpose is exactly to get developers up to speed so that they can sta…
-
comment
Comment #7904215
Shen is pretty amazing, it's a full fledged functional language with lots of features and lots of compilation backends. I don't think there's a lot of ground for a comparison with …
-
comment
Comment #7903626
I have ideas around providing CSP in ki, but so far I haven't implemented them. All there is in ki right now is the (letc ...) form (see http://ki-lang.org/api.html#misc ), which p…
-
comment
Comment #7903616
It's actually named KL (with a lower-case L), but yes, that was close.
-
comment
Comment #7903612
The main difference is structural sharing: I can update a Clojure map with a new value, which will create another map that shares the vast majority of the data with the former map.…
-
comment
Comment #7899630
I agree, LispyScript is very neat, closer to a full-fledged language than ki. On the other hand, ki is focused on ClojureScript's immutable data structures and related idioms - in …
-
comment
Comment #7898583
Glad you find it interesting, looking forward to future feedback.
-
comment
Comment #7898568
[Hi, author here] Yes, that is basically the idea. ki functions are js functions, same goes for vars, which makes it easy to jump from js to ki and back, without giving up on immut…