mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 12:56:36 -04:00
23 lines
586 B
Markdown
23 lines
586 B
Markdown
- `(spawn)` returns a process-id now
|
|
- Implement `(wait PROCESS-ID)`
|
|
- Rename system variables (**Breaking changes**)
|
|
- `args` → `ARGV`
|
|
- `$PROGRAM_NAME` → `PROGRAM-NAME`
|
|
- `$EXECUTABLE_NAME` → `EXECUTABLE-NAME`
|
|
|
|
v0.2.0
|
|
======
|
|
Dec.4, 2024
|
|
|
|
- Fix: on Linux, `~%` feeded line, but it did not carriage return
|
|
- On gmnlisp changes
|
|
- Support unicode character literal `#\U3042` like CommonLisp
|
|
- Implement `(setenv "NAME" "VALUE")`
|
|
- Implement `$MATCH` - the matching string in the block of `(expect*)`
|
|
|
|
v0.1.0
|
|
======
|
|
Dec.2, 2024
|
|
|
|
- First Release
|