ScriptL icon indicating copy to clipboard operation
ScriptL copied to clipboard

Shell scripting made Lisp-like! Or, live-coding remote function calls for the shell.

Results 6 ScriptL issues
Sort by recently updated
recently updated
newest added

Currently, calling FORCE-OUTPUT from any command cause an error because PACKET-IO-STREAM does not support this operation. This patch adds that support.

When running server under LispWorks 7.1.2 I get this error during command execution (I'm trying example from the README): ``` #(48 48 48 48 48 48 48 54) cannot be...

This pull fixes issue https://github.com/rpav/ScriptL/issues/10

This way I can use `(uiop:run-program '("...") :output t)` from inside a function invoked via `scriptl`

Hello, `make-command` doesn't exist, it was renamed to `make-script`. ping #7 Thanks!

Hey man, cool looking project! I'm having some trouble getting it running. Below is a short summary of the problem. Building from the Quicklisp dist appears to succeed, but scriptl's...