Live data from Hacker News

Viewing profile — resatori

resatori

HN member
Joined
Wed, Mar 16, 2011, 4:41 PM UTC
HN karma
235
Public activity
69 items

About resatori

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #41879805

    https://github.com/damn/moon

  6. story
  7. comment
    Comment #41878002

    Hey, you should checkout https://github.com/rednblackgames/HyperLap2D then.

  8. story
  9. story
  10. story
  11. story
  12. story
  13. comment
    Comment #41498852

    Core is both an engine, a new paradigm and an action RPG in development. Just clone the repo and start with `lein dev` (clojure build tool).

  14. comment
  15. comment
    Comment #41483577

    https://github.com/xpenatan/gdx-teavm This is a libgdx backend for web. Should be possible to use with clojure but haven't tried. This is actually the most interesting next step fo…

  16. comment
    Comment #41483546

    Thanks, it is from a time when I read too many osho books and started a blog...

  17. comment
    Comment #41483542

    The result of the experiment is that no, it's not simple.

  18. comment
    Comment #41483530

    To be honest I think this project actually failed. It is an overengineered mess and lacks any kind of clear structure. The main problem is total lack of specification - because I d…

  19. comment
    Comment #41483087

    A clojure vector is an inbuilt data structure of the language and looks like this: [1 2 3] I am using them to construct side effects which I call 'transactions' (similar to datomic…

  20. comment
  21. comment
    Comment #41482804

    I don't understand your concern. Would you mind phrasing it differently?

  22. comment
    Comment #41482758

    Check it out, it is handling hundreds of entities at >>60 FPS. And I still did not do much performance optimization (there are still many lazy seqs around and unoptimized code). Al…

  23. comment
    Comment #41482751

    I find it very natural to work with because clojure is based on the JVM so the project uses libgdx under the hood (deploys to all platforms, huge library) and I can use lisp for ev…

  24. comment
    Comment #41482667

    But I don't know exactly what this thing is. I have coded like crazy on it and created a new component system & datomic-like transaction-data like effect system, so it is more than…

  25. comment
    Comment #41482632

    I am actually also open for names, I don't know exactly what this thing is.