Live data from Hacker News

Viewing profile — lantiga

lantiga

HN member
Joined
Fri, Sep 09, 2011, 10:42 AM UTC
HN karma
10
Public activity
11 items

About lantiga

No profile information was provided.

Recent public activity

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

  2. comment
    Comment #35346863

    Some form of that is very likely the future

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

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

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

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

  7. comment
    Comment #7903616

    It's actually named KL (with a lower-case L), but yes, that was close.

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

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

  10. comment
    Comment #7898583

    Glad you find it interesting, looking forward to future feedback.

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