mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
Update status.org for the new documentation
Some things that are actually written already weren't ticked in the TODO list.
This commit is contained in:
parent
80ced3c9b1
commit
de5e28ccac
2 changed files with 22 additions and 22 deletions
|
|
@ -7,7 +7,7 @@
|
|||
@subsubsection ANSI Dictionary
|
||||
Common Lisp and C equivalence
|
||||
|
||||
@multitable @columnfractions .3 .7
|
||||
@multitable @columnfractions .35 .65
|
||||
@headitem Lisp symbol @tab C function
|
||||
@item @clhs{f_fn_kwd.htm,function-keywords} @tab [Only in Common Lisp]
|
||||
@item @clhs{f_ensure.htm,ensure-generic-function} @tab cl_object cl_ensure_generic_function(cl_narg narg, cl_object function_name, ...)
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
- [X] Makefile
|
||||
|
||||
* Introduction
|
||||
- [ ] About ECL
|
||||
- [ ] History
|
||||
- [ ] Credits
|
||||
- [ ] Copyrights
|
||||
- [X] About ECL
|
||||
- [X] History
|
||||
- [X] Credits
|
||||
- [X] Copyrights
|
||||
|
||||
* User's guide
|
||||
- [-] Building ECL
|
||||
|
|
@ -27,10 +27,10 @@
|
|||
- Source documentation
|
||||
- [ ] Modules hierarchy
|
||||
- [ ] Testing and benchmarking
|
||||
- [ ] Manipulating Lisp objects
|
||||
- [X] Manipulating Lisp objects
|
||||
- [ ] Environment implementation
|
||||
- [ ] The interpreter
|
||||
- [ ] The compiler
|
||||
- [X] The compiler
|
||||
- [ ] Porting ECL
|
||||
- [ ] Experimental features
|
||||
- [ ] Current roadmap
|
||||
|
|
@ -39,27 +39,27 @@
|
|||
Many nodes, moderate amount of content (deviations from the standard)
|
||||
|
||||
* Extensions
|
||||
- [ ] System building (ASDF, builder)
|
||||
- [ ] OS interface
|
||||
- [X] System building (ASDF, builder)
|
||||
- [X] OS interface
|
||||
- [X] FFI
|
||||
- [X] General info and examples
|
||||
- [X] SFFI :: Static FFI
|
||||
# - [ ] LFFI :: Library FFI :: (?) /dlopen etc./
|
||||
# - [ ] DFFI :: Dynamic FFI
|
||||
- [X] UFFI
|
||||
- [ ] Multithreading
|
||||
- [X] Signals and Interrupts
|
||||
- [ ] Networking
|
||||
- [X] Memory managament
|
||||
- [X] MOP
|
||||
- [ ] Green threads
|
||||
- [ ] Continuations
|
||||
- [ ] Extensible Sequences
|
||||
- [ ] Gray streams
|
||||
- [ ] Series
|
||||
- [ ] Tree walker
|
||||
- [ ] Local package nicknames
|
||||
- [ ] CDR Extensions
|
||||
- [X] Multithreading
|
||||
- [X] Signals and Interrupts
|
||||
- [ ] Networking
|
||||
- [X] Memory managament
|
||||
- [-] MOP
|
||||
- [ ] Green threads
|
||||
- [ ] Continuations
|
||||
- [ ] Extensible Sequences
|
||||
- [ ] Gray streams
|
||||
- [ ] Series
|
||||
- [ ] Tree walker
|
||||
- [X] Local package nicknames
|
||||
- [ ] CDR Extensions
|
||||
|
||||
* Not documented yet
|
||||
#+BEGIN_SRC lisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue