To Ariba - Andy Schenk
Kirk Fraser
Posts: 364
Ariba,
I'm posting because a private message didn't appear to work - it wasn't saved in my sent folder. I ask for your help to create another Propeller PC Interface this time in a free Smalltalk such as Squeak or Cuis which can be shipped free with any application (& free licence) and includes the source code, larger viewing area, internet connection, a computer language and more. I think putting a powerful GUI IDE on the PC side of a Propeller would enable more advanced applications.
Feel free to email me at overcomer.man@gmail.com
Thanks.
I'm posting because a private message didn't appear to work - it wasn't saved in my sent folder. I ask for your help to create another Propeller PC Interface this time in a free Smalltalk such as Squeak or Cuis which can be shipped free with any application (& free licence) and includes the source code, larger viewing area, internet connection, a computer language and more. I think putting a powerful GUI IDE on the PC side of a Propeller would enable more advanced applications.
Feel free to email me at overcomer.man@gmail.com
Thanks.
Comments
PropTerminal (the Application on the PC that talks to the PC_Interface object) is done in BASIC and compiles to a very small EXE which runs without installation or DLLs also from an USB-Stick.
A more advanced Application on the PC which also allows GUI and Internet access is a good idea, and I tought also about it, mainly as an App for Android. But I don't have the time and motivation to do it at the moment - sorry.
Andy
I believe Squeak or Cuis can also operate from a thumb drive (memory stick). Another advantage of Smalltalk is it has a large built-in source code library, although it can take some work to figure out other people's code. One could make a smaller Smalltalk.
The thing I like about it is the variables are very generic pointers, so you can put in anything at any time, from an imaginary number to audio, video, or an encyclopedia. The rest isn't greatly different from Spin. An ideal system would have those generic variables plus access to all computer peripherals. Another thing that makes Smalltalk superior to the average .exe producing language is you can program it to program itself.
So what would it take to motivate you as a consultant?