Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 24, 2024
1 parent 7821615 commit 4fc7204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@ They should be loaded as R7RS libraries in final 1.0.0 version
- [ ] Objects.
- [ ] Vectors.

### 1.1
- [ ] Picture language (possibly inspired by P5.js).
### Future Plans
- [ ] Picture language (possibly inspired by P5.js, see [SRFI-203](https://srfi.schemers.org/srfi-203/srfi-203.html)).
- [ ] Stepper/Debugger.
- [ ] Allow to use read/port in syntax extensions (similar to CL reader macros).
- [ ] Proper expansion time for both macro system.
- [ ] Proper expansion time for both macro systems.
- [ ] Fully working and tested R7RS hygienic Macros (`syntax-rules`).
- [ ] All recursive function in JS don't consume stack.

Expand Down
6 changes: 3 additions & 3 deletions templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@ They should be loaded as R7RS libraries in final 1.0.0 version
- [ ] Objects.
- [ ] Vectors.

### 1.1
- [ ] Picture language (possibly inspired by P5.js).
### Future Plans
- [ ] Picture language (possibly inspired by P5.js, see [SRFI-203](https://srfi.schemers.org/srfi-203/srfi-203.html)).
- [ ] Stepper/Debugger.
- [ ] Allow to use read/port in syntax extensions (similar to CL reader macros).
- [ ] Proper expansion time for both macro system.
- [ ] Proper expansion time for both macro systems.
- [ ] Fully working and tested R7RS hygienic Macros (`syntax-rules`).
- [ ] All recursive function in JS don't consume stack.

Expand Down

0 comments on commit 4fc7204

Please sign in to comment.