Y
Hacker News
new
|
ask
|
show
|
jobs
by
uvas_pasas_per
331 days ago
Something like this combined with some IDE smarts to offer up the possibilities for `fun` after I type `(-> a` ... that could be very cool.
1 comments
terminalbraid
330 days ago
You mentioned autocompletion a few times and that is something available via LSPs (janet specifically has one that has this) or through the editor (e.g. emacs can use swank for common lisp). It's no different for any other language integration.
link