Smalltalk for Microcontrollers (a submersible vehicle controlled by Smalltalk?)

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

Smalltalk for Microcontrollers (a submersible vehicle controlled by Smalltalk?)

David Simmons
Here is an interesting link I just discovered today.


A submersible vehicle is being built, which will be controlled by Smalltalk


Others may already know about this...

http://www.huv.com/

http://www.huv.com/useeker/smalltalk/

http://www.huv.com/useeker/smalltalk/pic.html


Reply | Threaded
Open this post in threaded view
|

Re: Smalltalk for Microcontrollers (a submersible vehicle controlled by Smalltalk?)

Ned Konz
David Simmons wrote:

> Here is an interesting link I just discovered today.
>
>
> A submersible vehicle is being built, which will be controlled by
> Smalltalk
>
>
> Others may already know about this...
>
> http://www.huv.com/
>
> http://www.huv.com/useeker/smalltalk/
>
> http://www.huv.com/useeker/smalltalk/pic.html

I'm sure Jon Hylands will have something to say about this, but you should
notice that PIC/Smalltalk is not really Smalltalk; it's really a fancy
macro assembler with Smalltalk syntax. So it's not "objects on a PIC" or
anything. However, it is a nice way to do PIC programming.

I've been working on making the code banking work for bigger PICs and Jon
has done some work on RAM banking.

As soon as I get some time, I'm going to spend more time on this project.

Ned Konz