Issues
- 0
Switch page allocation from reference counting to mark and sweep (or maybe tri-color)
#94 opened by Bravotic - 0
Make garbage collector work on lambdas
#93 opened by Bravotic - 0
- 0
- 0
Make source more modular
#90 opened by Bravotic - 0
- 5
Crow core rewrite
#88 opened by Bravotic - 0
Replace Undefined with nil
#87 opened by Bravotic - 1
Make statements use a cons list for internal representation, and make eval evaluate a cons list
#85 opened by Bravotic - 0
Enable support for symbols
#86 opened by Bravotic - 0
Convert variables and closures to use cons lists
#84 opened by Bravotic - 0
Deprecate arrays in favor of cons lists.
#83 opened by Bravotic - 1
Implement new Garbage Collector
#55 opened by Bravotic - 1
New GC time!
#81 opened by Bravotic - 0
Redetermine when to call the GC
#80 opened by Bravotic - 0
Patch up memory holes in the new GC
#79 opened by Bravotic - 0
- 0
- 0
Reevaluate when to lock and unlock values
#71 opened by Bravotic - 3
(= var1 var2) not a boolean
#68 opened by Nodnarb12500 - 0
Loop hangs when it ends?
#75 opened by Nodnarb12500 - 0
exit doesnt close program
#74 opened by Nodnarb12500 - 1
- 0
break crashes
#72 opened by Nodnarb12500 - 1
- 3
sampling an empty array crashes
#62 opened by Nodnarb12500 - 0
all-true Doc example doesnt work
#69 opened by Nodnarb12500 - 0
write and write-line crashes
#67 opened by Nodnarb12500 - 0
- 1
defined function cant be found when called
#65 opened by Nodnarb12500 - 2
array crashes
#61 opened by Nodnarb12500 - 1
(read (open file)) causes segfaults on Linux
#59 opened by Bravotic - 0
- 0
- 1
block crashes
#63 opened by Nodnarb12500 - 9
Multiple crashes when using dir
#57 opened by Nodnarb12500 - 2
- 4
- 0
- 1
Clean up the types system
#53 opened by Bravotic - 3
Defining a blank string can break things
#52 opened by Bravotic - 0
Add (let)/(local) for explicit local variables
#48 opened by Bravotic - 0
String issues in parser
#51 opened by Bravotic - 0
- 0
- 1
- 0
Potentially rename references to "crowlang" or "The Crow Programming Language" to "Crow Lisp"
#46 opened by Bravotic - 0
- 0
- 0
Update the allocation system to use a tree
#42 opened by Bravotic