Live data from Hacker News

Powerlisp: Common Lisp tool for automating tasks for Unix power-users

github.com

1–10 of 35 posts

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#2
I like this idea as the foundation of a Lisp-based shell. I'd like to see an plugin API, and package mechanism, similar to MELPA for Emacs. Users could write scripts and publish them as a signed package, then users could install them.

I'd also love to see terminal Emacs as the default shell editor for this shell.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#8

I like this idea as the foundation of a Lisp-based shell. I'd like to see an plugin API, and package mechanism, similar to MELPA for Emacs. Users could write scripts and publish them as a signed package, then users could install them. I'd also love to see terminal Emacs as the default shell editor for this shell.

Racket has Rash for this sort of thing

https://docs.racket-lang.org/rash/index.html

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#9

I like this idea as the foundation of a Lisp-based shell. I'd like to see an plugin API, and package mechanism, similar to MELPA for Emacs. Users could write scripts and publish them as a signed package, then users could install them. I'd also love to see terminal Emacs as the default shell editor for this shell.

“Lisp-based shell” is so overdone. The hot new thing is merging Common Lisp and POSIX shell into a single, monstrous language!

https://github.com/bradleyjensen/shcl

Post reply on HN