ecl/src/doc/status.org
2017-11-25 13:00:47 +01:00

1.5 KiB

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