new-doc: update (minor fix + status.org)

This commit is contained in:
Daniel Kochmański 2016-03-03 12:59:59 +01:00
parent 1644069e4d
commit 4e211ef667
2 changed files with 4 additions and 5 deletions

View file

@ -14,7 +14,6 @@
@subsubsection Primitive Types
@cindex Foreign primitive types
@subsubheading Overview
Primitive types have a single value, these include characters, numbers,
and pointers. They are all symbols in the keyword package.

View file

@ -40,12 +40,12 @@ Many nodes, moderate amount of content (deviations from the standard)
* Extensions
- [ ] System building (ASDF, builder)
- [ ] OS interface
- [-] FFI
- [X] FFI
- [X] General info and examples
- [X] SFFI :: Static FFI
- [ ] LFFI :: Library FFI :: (?) /dlopen etc./
- [ ] DFFI :: Dynamic FFI
- [ ] UFFI
# - [ ] LFFI :: Library FFI :: (?) /dlopen etc./
# - [ ] DFFI :: Dynamic FFI
- [X] UFFI
- [ ] Multithreading
- [ ] Signals and Interrupts
- [ ] Networking