[squeak-dev] Crazy idea for a programming editor in Squeak *for C*

H. Hirzel hannes.hirzel at gmail.com
Tue Mar 20 09:20:51 UTC 2018


A lower hanging fruit could be to document, provide general examples
and extend Slang

http://wiki.squeak.org/squeak/2267
Slang is a small language with a Smalltalk syntax. It can be easily
translated to C source code. Slang is used to store the Squeak VM code
inside of Squeak. See the methods in classes such as Interpreter for
examples of Slang code.

HH

On 3/20/18, Stephan Eggermont <stephan at stack.nl> wrote:
> tim Rowledge <tim at rowledge.org> wrote:
>> A variant of that could read C source, split it up, parse the bits and
>> bobs and maybe provide a decent structured view of the code.
>
> AFAIK the main problem with that is the major impact macros have on this
> structure.
>
> Stephan
>
>
>


More information about the Squeak-dev mailing list