Hacker News new | ask | show | jobs
by rawoke083600 1390 days ago
Last time I checked, it didn't have true REPL development ? i.e you couldn't "just eval" a function ?
1 comments

DrRacket has had a REPL at least since 2013 (which was when I first used it).
I think the commenter meant sending a specific function definition to the REPL, like in Common Lisp, Clojure, or F#'s REPLs, without re-evaluating the entire file, like how DrRacket does it. I think Racket has some functionality that allows it though, and I think the Racket Emacs mode supports it. I am not aware of how to do it with DrRacket.
Yes exactly ! Sory for confusion.