StavromulaBeta
StavromulaBeta
I experienced this same problem on Debian, using the Vis editor from the repositories. This install script overwrote the vis executable as well as the manual page. It also wrote...
This seems to be linked to #44, but that didn't explicitly mention Firefox, so I thought this could be useful to clarify.
That makes sense. Maybe not have `bleopt term_index_colors` override but instead have that as the maximum number of colours to use(?)
Yes that seems like sensible behavior
Oops sorry only just got the notification for this. I updated it and it worked perfectly!! Thanks again!
I'm currently at university so I'm a tad busy, but I'll be able to write some more documentation once the term finishes - as well as actually finish the compiler...
Also, the behaviour of some combinators such as ```Case``` might change in future, as the current iteration is very difficult to optimise and can be a bit confusing.
Well that part of the behavior I'm keeping. The bit I'm concerned about is the fact that you can do this, maxing blocks and value types. ``` Def F as...
Well that part of the behavior I'm keeping. The but I'm concerned about is the fact that you can do this, maxing blocks and value types. ``` Def F as...
This is uglier but generates much better code, since types are more deterministic: ``` Def F as Case (== 2) then (3 Drop) Case (> 3) then (+ 1) Case...