Live data from Hacker News

Viewing profile — jpmonettas

jpmonettas

HN member
Joined
Sat, Nov 26, 2022, 11:59 AM UTC
HN karma
58
Public activity
16 items

About jpmonettas

No profile information was provided.

Recent public activity

  1. comment
    Comment #43832991

    Clojure has tree-seq https://clojuredocs.org/clojure.core/tree-seq

  2. comment
    Comment #43534049

    FlowStorm A FOSS time travel debugger for Clojure https://www.flow-storm.org/

  3. comment
    Comment #41699551

    Cool! I love how this written and how powerful that whole approach feels for teaching/learning.

  4. comment
    Comment #41534187

    Thanks! I started with cljfx and then moved to pure javafx, first because it wasn't straight forward for me to understand the performance overhead of cljfx under different scenario…

  5. comment
    Comment #41531229

    So recording in FlowStorm doesn't use Clojure metadata capabilities in any way, it is basically about storing function calls, function returns and the pointers to all expressions i…

  6. comment
    Comment #41531102

    Not sure I follow, can expand on that? I gave a presentation on it recently https://www.youtube.com/watch?v=BuSpMvVU7j4 which goes over demos and implementation details if you are …

  7. comment
    Comment #41530692

    Cool! I wrote something on the same spirit but for Clojure, called FlowStorm http://www.flow-storm.org/ For instrumentation, instead of an instrumenting agent it uses a fork of the…

  8. comment
    Comment #40500532

    Have you seen http://www.flow-storm.org/ . It does time travel debugging for Clojure and has a bunch of features.

  9. comment
    Comment #39832980

    I'm working on http://www.flow-storm.org/ A time travel debugger for Clojure with some unique features, aiming to enhance the already awesome interactive development of Clojure by …

  10. story
  11. comment
    Comment #37163096

    Hi Kenny! Go ahead! There is a ton to explore in this area, so looking forward to whatever works for you. ClojureDart is still on FlowStorm roadmap, just waiting for the self hoste…

  12. comment
    Comment #37162392

    Author here. Thanks for the feedback! and yeah I agree adding those features to the landing page is a good idea. I'll add them. Regarding tools that offer similar capabilities in o…

  13. story
  14. comment
    Comment #35097230

    This is another example, a tracing time travel debugger for Clojure https://github.com/jpmonettas/flow-storm-debugger Supports a bunch of stuff described there and more.

  15. comment
    Comment #33752523

    Nice, thanks for the links. Yeah I don't know how stickers trace code, but FlowStorm tracing debugger takes advantage of the immutable data structures used everywhere and by defaul…

  16. comment
    Comment #33751978

    Similar to SLIME, there is Cider ( https://docs.cider.mx/cider/index.html ) for Emacs. There are a lot of debugging and data visualization tools for the repl with features I haven'…