rain1

Results 93 comments of rain1

I'm using linux

I did my PR's with help of my own sudoku solver that I wrote, I will post it at the end.

it just fills in everything it can be sure of and stops there.

Any progress on this?

This would be a nice feature to have.

this would enable one to add proper vectors to the language

Thank you for taking the time to experiment and find this flaw! I never really tested SET! it was added at the very end as an afterthought and just a...

This patch unifies the two environments into one, which makes SET! work on globals. The downside is that all functions must be defined in order of use. We can't use...

So the "simplification" of unifying the envs seems like a dead end, we would have to just add the same fix that symbol lookup does (check local env then check...

Well i got the idea from the problem you had with running sch3 without loading the standard library. This way there would be no extra trouble reading in files from...