Veit Heller

Results 69 issues of Veit Heller

[This thing](https://github.com/hellerve/microml) and how to write compilers.

reminder

As requested by @vaibhavsagar I should write about implementing the newly-fangled Carp feature, string pattern matching, in pure Carp.

reminder

This PR contains a simple handrolled JIT for CSPfuck. It’s about 4x faster than the current bytecode VM. Cheers

enhancement
wontfix

It would be great if adding to your radio would warn if there are any duplicates. I often forget that I already added a track years (or even months) ago,...

enhancement

When running any sort of command, including the first example ```smalltalk OSSUnixSubprocess new command: '/bin/ls'; arguments: #('-la' '/Users'); redirectStdout; runAndWaitOnExitDo: [ :process :outString | outString inspect ] ``` the process...

I’ve been trying to use `OSSubprocess` to interact with a REPL environment which requires me to write to the input stream, and read the result back, over and over again....

It looks like the docs were just copy-pasted form the conversaiton history above. This PR fixes that part of the docs with a short explanation. Cheers

status: waiting review
scope: curriculum
new javascript course

The default formatter on `GtPlotterLineChart` only works with date values. This means that for a simple plot such as this: ``` thousandSquares := (1 to: 1000) collect: [ :aNumber |...