⏺ All three modes now work: #5
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
seq-lisp-2-backport
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/seq-lisp!5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "single-bin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File mode
./seqlisp examples/factorial.lisp
Stdin/piped mode (with comments and blank lines)
cat examples/factorial.lisp | ./seqlisp
Interactive mode
./seqlisp # then type code, Ctrl+D to run
The bug was the swap before string-concat which reversed the line order, causing (define x 10)\nx to become x(define x 10).