Version 0.3 * Faster and more thorough implementation of guarded variables. * Fluids following the guile-log stack. * Acumulators. * and much more Version 0.4 * Fast and scalable vhash version of the assoc variable binding system * Functional Dynamic Functions * Functional Hash implementation using vhashes * Program flow dynamic varible analytics * An iso prolog implementation * Delimeted continuations * A catch and throw system Version 0.4.1 * Fixed some compiler bugs * Fixed bug in stall Version 0.5, * Improved parsing tool - Factorized and enabled for customized streams flow e.g. current indentation level in python - f-cons and similar tools for functional AST creation. * Debug features * Tabling or memoisation, experimental. * rational datastructures, experimental. * scheme Keyword objects and logic values. * GC of prolog variables * Attributed variables / only one success all forms/ experimental * corouttines / experimental. * tracing * Better compilation error handling * Operators are now namespaced correctly. * fast math and guile featured operators for numerics added. Version 0.6, TODO * Functional Streams DONE * SWI Prolog namespacing DONE * SWI Prolog modules DONE * SWI Prolog ensure_loded * SWI Prolog call semantics * SWI Prolog macro framework for terms DONE * SWI Prolog macro framework for goals DONE * Extended version of attributed variables DONE * eval-when (prolog) DONE * epiphermal pairs and weak hashes DONE * More general postpone, for local searches. * Indexed predicates per default. DONE * Fast C-version of predicate matching. DONE * Support for namespaced operators in prolog DONE * Support for X[a] and X{A} * Extended attributes, more features added. DONE * if directives DONE * swi compability DONE * set algebra and set operators in prolog DONE * inheritance manager and inher. indexing DONE * match of attributed variables DONE * compiling and running clpfd clpb DONE * compiling and running clpq * minikanren full interleaving operators DONE * functions as vectors (SWI) * GC of multiple resetted variables PARTIAL * persistant continuations DONE * persistant dynamical functions DONE * interpretter stores variables at stall DONE * Improved iterator frmework for prolog DONE * Types and type matching DONE * prolog engines like in swi prolog DONE * paralell and PARTIAL * fibers DONE * GC of the (almost) unreachable tail of a stream (all) * Multi threading capabilities (all) * Sandboxing (prolog) * More general functional hashmaps (all) DONE * Ordinary hash maps (all) * Faster compilation (prolog) * Better compilation errors (prolog) * Improved documentation (all) * Improved matcher (prolog) DONE * vectors (prolog) * structs (prolog)