mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 13:31:58 -08:00
1.5 KiB
1.5 KiB
- Toplevel
- Introduction
- User's guide
- Developer's guide
- Standards
- Extensions
- Not documented yet
- Things to fix
Toplevel
- Makefile
Introduction
- About ECL
- History
- Credits
- Copyrights
User's guide
- Building ECL
- Basic skills
- Top-level loop
- Tracer
- Stepper
- Errors
- The break loop
- Describe and inspect
- Online help
- Building programs
- User accessible hooks
- Embedding ECL
Developer's guide
- Source code structure
-
Contributing
- Source documentation
- Modules hierarchy
- Testing and benchmarking
- Manipulating Lisp objects
- Environment implementation
- The interpreter
- The compiler
- Porting ECL
- Experimental features
- Current roadmap
Standards
Many nodes, moderate amount of content (deviations from the standard)
Extensions
- System building (ASDF, builder)
- OS interface
-
FFI
- General info and examples
- SFFI :: Static FFI
- UFFI
- Multithreading
- Signals and Interrupts
- Networking
- Memory managament
- MOP
- Green threads
- Continuations
- Extensible Sequences
- Gray streams
- Series
- Tree walker
- Local package nicknames
- CDR Extensions
Not documented yet
(when (>= ext:+ecl-version-number+ 160102)
foo
bar)
(ext:with-backend
:bytecodes fib
:c/c++ fact)
(ffi:definline …)
Things to fix
- Add :long-double to the UFFI interface