Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcvb
cl-launch
Commits
7f933f67
Commit
7f933f67
authored
Mar 02, 2014
by
Francois-Rene Rideau
Browse files
TODO items: make cl behave a bit more like a shell. Make it native CL.
parent
10b3d051
Changes
1
Hide whitespace changes
Inline
Side-by-side
95TODO
View file @
7f933f67
TODO for cl-launch as of 4.0.1.
1
TODO for cl-launch as of 4.0.1.
6
* When resuming from an image then dumping another, the INCLUDE_PATH
becomes a very bad variable to look for the image.
...
...
@@ -19,3 +19,19 @@ TODO for cl-launch as of 4.0.1.1
in cl-launch, but will hopefully support it in XCVB that can do the
bookkeeping on its side.
* Add support for the REPL and/or interpreting commands from stdin;
it can be called explicitly with --repl
or disabled explicitly with --no-repl,
but it otherwise provided as the default fallback behavior
when neither script nor build or execution command is provided.
This brings behavior to par with /bin/sh.
For extra brownies, automatically wrap inside rlwrap or some such
if at the terminal (or conversely, disable GNU CLISP interactivity
when not wanted).
* Convert cl-launch to a pure Lisp program, that can
create a shell script for bootstrap purposes?
Therefore, /usr/bin/cl can have fast startup,
and not have to spawn an external program
unless explicitly requested a non-default implementation.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment