Proto REPL, a New Clojure Development and Visualization Tool - Jason Gilman

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 21

  • @kexuyo
    @kexuyo 8 лет назад +21

    Yeah I'm super happy to see awesome tools like this on other editors. I don't want to be forced to use Emacs.

  • @bloomingvision
    @bloomingvision 5 лет назад

    This was ... A most amazing talk. My eyes have been opened to what might be in the land of clojure repl development.

  • @AndrasPalinkas
    @AndrasPalinkas 8 лет назад +15

    Kudos Jason, great talk!

  • @keatondunsford
    @keatondunsford 8 лет назад +4

    This is insanely cool. Immediately switched over when I found out about this. :) Thank you!!

  • @hatemogi101
    @hatemogi101 6 лет назад +2

    Thank you Jason for a great talk and Proto REPL, Your work is helping me do better at my work.

  • @kaspazza7501
    @kaspazza7501 4 года назад

    It's amazing. The live repl was the reason why I had to use Emacs, and get frustrated. Thank you very much.

  • @lukeyd13
    @lukeyd13 8 лет назад +7

    A shame he didnt get more love from the audience, the tool is amazing

  • @aramzadikian
    @aramzadikian 8 лет назад +2

    Very exciting. Amazing project and great talk!

  • @alexeinunez778
    @alexeinunez778 8 лет назад +4

    How did he hide the repl at 12:26?

  • @joevijay
    @joevijay 8 лет назад +19

    Alright, who is going to port this to emacs?

  • @aoeu256
    @aoeu256 5 лет назад +3

    Wow were almost back to Sketchpad and Smalltalk from the early 70s.

  • @LyndsySimon
    @LyndsySimon 8 лет назад +2

    at 12:25, Jason "moves the REPL to the back". What command is he using to do that? Closing the REPL tab seems to turn off inline display for me.

    • @jasongilman6582
      @jasongilman6582 8 лет назад +1

      I use the Atom plugins pane-layout-plus and pane-move-plus. You can change the number of panes with a keystroke which for me is cmd-alt-1 to change to 1 pane.

    • @LyndsySimon
      @LyndsySimon 8 лет назад

      Interesting. For some reason, for me, when I make the proto-repl pane invisible my instarepl stops working.
      It's a minor inconvenience, but I wish I knew why :)

    • @kiliankoe
      @kiliankoe 8 лет назад +1

      I'm not sure about the atom key bindings, but I believe he just joins the visible panes together having the REPL open in a separate tab, just not visible.

  • @abhiitechie
    @abhiitechie 7 лет назад

    Polling saved values feature isn't working for me, on the demo app when I hit alt-shift-D I get the inline view widget with empty bindings, did I do something wrong.

  • @aion2177
    @aion2177 7 лет назад

    freaking genius! This is so fucking underrated! Thank you :) Repo link is: github.com/jasongilman/proto-repl

  • @KaplaBen
    @KaplaBen 8 лет назад +3

    Wow. I work in ruby land and I'm jealous

  • @viktorlomakin4967
    @viktorlomakin4967 8 лет назад +1

    cool!

  • @simonhughes1284
    @simonhughes1284 8 лет назад +1

    Awesome. Now I just have to implement some of these ideas in python, maybe via Jupyter notebook.