S8 for Android. 0 cost smalltalk application for android.
Sample of Highcharts framework for S8
Note:
Javascript library is zero cost for non-commercial use.
Smalltalk library is MIT licensed.
Test of our full implementation of CodeMirror API. Replace textArea of workspace with CodeMirror editor. As an example, we implemented naïve support for Smalltalk syntax using our S8 framework (it do NOT require external foreign script to implement a language syntax).
Preview of WI8 (widgets for S8) and new Smalltalk tools for U8 (workspace, CHB, inspectors, references, and more)
---IT IS A WORK IN PROGRESS--- frequently updated to let you see the advance each time you visit this image.
A library to exchange data using webSockets from/to a Visual Smalltalk Application. It is a Visual Smalltalk implementation of libWebSockets API, that let you implement webSockets (server and client mode) to share data with S8 applications running Web and/or android platforms. UPDATED tp support (sub)protocols.
The S8 platform presentation, created for The 2013 Smalltalk Industry Conference, Phoenix, Arizona.
30's Smalltalk Aniversary. June, 2013
It is the default S8 image to be run with IE on XBOX 360.
Show us what you can do with Smalltalk for XBOX !
Native implementation of WebSockets (with subprotocol support) for S8 applications running on Android devices (A8 and A8+Cordova). Efficient connection of Android devices with Smalltalk servers running WebSockets (e.g. vsWebSockets).
Project for development using Cordova 3.x with S8, running on IOS devices (iPhone and iPad).
Smalltalk 100% compatible with Android version (Cva8).
enhances the add, and remove events messages that are that are called from the smalltalk DOMElement layer to the HTMLDOMElement layer assuming that the enviroment is in a Browser.
Also adds the posibility of retrieve DOMEvent object from the context, with the consecuents benefits of that (knowing who was the sender, etc, etc.).
enhances the add, and remove events messages that are that are called from the smalltalk DOMElement layer to the HTMLDOMElement layer assuming that the enviroment is in a Browser.
Also adds the posibility of retrieve DOMEvent object from the context, with the consecuents benefits of that (knowing who was the sender, etc, etc.).
Adds caching of the wrappers of the child nodes in the document element.
This is a implementation of a remote workspace. You can evaluate smalltalk expressions in a remote S8 which is running on a nodejs server. The implementation use websocket and does not consider security policies or error handling.