|
|
|
Huemul, a Smalltalk implementation |
|
|
|
|
Written by Guillermo Adrián Molina
|
|
Wednesday, 12 March 2008 00:26 |
|
Huemul is a new implementation of Smalltalk. It is build under the principle of reuse of existing technologies. It is aimed to be compatible with Smalltalk 80 at the language level. Huemul translates methods directly to machine code, and they are kept like that in the image. With this approach, non-Smalltalk code is kept to the bare minimum, making it very easy to port. Huemul is designed to be efficient enough to do primitives in Smalltalk. |
|
Last Updated ( Monday, 17 March 2008 11:23 )
|
|
Read more...
|
|
To tag or not to tag, that is the question |
|
|
|
|
Written by Guillermo Adrián Molina
|
|
Wednesday, 12 March 2008 00:01 |
|
Integer implementation is one of the biggest challenges in any system. Integers are used a lot in software development. They are the building blocks for arithmetic operations, loops, constants, counters, etc. Choosing the right integer implementation is critical because it determines the overall behavior. This article describes how Huemul implements integers, and what aspects had been taken into consideration. |
|
Read more...
|
|
|
|
|
|