Mist Project

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Mist Project

Angel Java Lopez
Hola gente!

Ahi encontre por un tweet de @hernanwilkinson que existe este proyecto
(algo tenia en el radar, pero no sabia todo lo que era, ahora si!).

Del amigo McClure

http://mist-project.org/
*Mist is a project to implement a variant of the Smalltalk programming
language.*Unlike conventional Smalltalk implementations, Mist is not
implemented using a virtual machine. Mist will be self supporting, written
almost entirely in itself, without the typical dependency on a VM written
in C. The project is open-source (MIT license).

....

Mist will compile to an intermediate language called Fog. Fog compiles to
x86_64 machine code. Until Mist becomes self-supporting, it is being
bootstrapped through the Pharo implementation of Smalltalk.

*Code status:* Simple Fog programs are compiling and being written to ELF
executables which run on 64-bit Linux. The disassembler will disassemble
anything Fog will compile. Features are being added to Fog. With the recent
addition of loops, the major features of Fog are there with one major
exception: sending a message. Object structure and message sending will be
the next features implemented.

*Community status: *Documentation (largely in the form of this website) is
being worked on, and added here periodically. The mailing list is up and
running.

....

Bien ahi! Como alguna vez comentaron por aca o en ClubSmalltalk, hay gente
que esta enviando codigo a GitHub. Grande! Ver:
https://github.com/martinmcclure/mist
Reply | Threaded
Open this post in threaded view
|

Re: Mist Project

garduino
Sip, lo tenía visto.


En cuanto a Github hay varias cosas de Smalltalk ya y por ejemplo, se que
Juan trabaja con Cuis desde hace rato y todo está ahí.

Yo también uso https://bitbucket.org porque (a diferencia de GitHub) te
permite guardar gratarola proyectos NO open :)

Saludos.


2012/11/9 Angel Java Lopez <[hidden email]>

> **
>
>
> Hola gente!
>
> Ahi encontre por un tweet de @hernanwilkinson que existe este proyecto
> (algo tenia en el radar, pero no sabia todo lo que era, ahora si!).
>
> Del amigo McClure
>
> http://mist-project.org/
> *Mist is a project to implement a variant of the Smalltalk programming
> language.*Unlike conventional Smalltalk implementations, Mist is not
> implemented using a virtual machine. Mist will be self supporting, written
> almost entirely in itself, without the typical dependency on a VM written
> in C. The project is open-source (MIT license).
>
> ....
>
> Mist will compile to an intermediate language called Fog. Fog compiles to
> x86_64 machine code. Until Mist becomes self-supporting, it is being
> bootstrapped through the Pharo implementation of Smalltalk.
>
> *Code status:* Simple Fog programs are compiling and being written to ELF
> executables which run on 64-bit Linux. The disassembler will disassemble
> anything Fog will compile. Features are being added to Fog. With the recent
> addition of loops, the major features of Fog are there with one major
> exception: sending a message. Object structure and message sending will be
> the next features implemented.
>
> *Community status: *Documentation (largely in the form of this website)
> is being worked on, and added here periodically. The mailing list is up and
> running.
>
> ....
>
> Bien ahi! Como alguna vez comentaron por aca o en ClubSmalltalk, hay gente
> que esta enviando codigo a GitHub. Grande! Ver:
> https://github.com/martinmcclure/mist
>
>
>
>  
>



--
============================================
Germán S. Arduino  <gsa @ arsol.net>   Twitter: garduino
Arduino Software  http://www.arduinosoftware.com
PasswordsPro  http://www.passwordspro.com
greensecure.blogspot.com germanarduino.blogspot.com
============================================