You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite of garbage collector: replaced recursive garbage collector with iterative version
Completed hash functions of library (lispkit hashtable)
New library: (lispkit comparator)
Several fixes in (lispkit math): integer->fx renamed to integer->fixnum, introduced fxlogical-shift-right and real->flonum, fixed bit-count, fixed fxmodulo to work with negative numbers
Statically link libraries. Removed Carthage support.