~ft

Stockholm, Sweden

https://ftrv.se/_about

Sigrid aka ftrvxmtrx

I write software for 9front.

Trackers

~ft/sl

Last active 2 days ago

~ft/fnt

Last active 2 months ago

~ft/libtags

Last active 11 months ago

~ft/qk1

Last active 1 year, 3 months ago

~ft/unflac

Last active 1 year, 3 months ago

~ft/treason

Last active 1 year, 11 months ago

~ft/pc

Last active 3 years ago

~ft/pitch

Last active 4 years ago

~ft/jbig2

Last active 4 years ago

~ft/jp2

Last active 4 years ago
View more

#48 defstruct 2 hours ago

Comment by ~ft on ~ft/sl

Sigrid Solveig Haflínudóttir referenced this ticket in commit b5b3316.

#57 Large Unboxed Values are Improperly Boxed by Constructors a day ago

vm added by ~ft on ~ft/sl

#57 Large Unboxed Values are Improperly Boxed by Constructors a day ago

bugs added by ~ft on ~ft/sl

#60 function argument bound test a day ago

features added by ~ft on ~ft/sl

#61 map segfaults when lambda throws 2 days ago

Comment by ~ft on ~ft/sl

Sigrid Solveig Haflínudóttir referenced this ticket in commit 4f4e042.

REPORTED RESOLVED FIXED

#60 function argument bound test 2 days ago

Comment by ~ft on ~ft/sl

Sigrid Solveig Haflínudóttir referenced this ticket in commit 2105ddb.

REPORTED RESOLVED IMPLEMENTED

#60 function argument bound test 3 days ago

compiler added by ~ft on ~ft/sl

#60 function argument bound test 3 days ago

Ticket created by ~ft on ~ft/sl

Support (def (f (x 0 x-set)) ...). x-set will be set to either NIL or T depending on whether the function was called with x explicitely set or not. This helps treat the "is argument set or default?" without resorting to weird default values set on arguments (like void).

#59 dynamic stack size 3 days ago

vm added by ~ft on ~ft/sl

#59 dynamic stack size 3 days ago

Ticket created by ~ft on ~ft/sl

Go back to fully dynamic unbounded stack in preparation for cooperative scheduling of multiple VM "threads" running in the same process.