Andreas added NTLM authentication to WebClient. Nice.
Read more here.
Monday, September 20, 2010
Krestianstvo SDK 1.1/Croquet Video
Nice video from the Krestianstvo SDK 1.1 showing some of the features available in the Croquet platform which is written in Smalltalk.
Sunday, September 19, 2010
Help System for Pharo/Squeak
Some months ago I wrote a help system for Pharo and Squeak
to provide an easy way to browse available documentation
for the open source Smalltalk systems.
You can use it to display available API documentation
(extracted from class/method comments) and to provide custom
documentation in form of simple written text books.
These informations are extracted from the image by two
predefined help builder classes that convert the help contents
to instances of "HelpTopic".
These HelpTopics can be nested (book structure) and displayed
in a HelpBrowser. Since help text is extracted/stored in
classes and methods you can use the usual tools to maintain
and package help contents together with your code.
The design is simple but nonetheless powerfull since by
allowing you to integrate own custom help builder classes
you can easily integrate documentation extracted from any
source available to you.
It was accepted by the community and integrated in both
standard images (Pharo 1.1/Squeak 4.1). Thanks guys!
Laurent now created a new screencast to show you how to use
it:
http://pharocasts.blogspot.com/2010/09/document-with-helpsystem.html
Starting from now, no excuses not to write documentation ;)
It is still ASCII based but I have plans to integrate other media
types (especially HTML) in the near future...
to provide an easy way to browse available documentation
for the open source Smalltalk systems.
You can use it to display available API documentation
(extracted from class/method comments) and to provide custom
documentation in form of simple written text books.
These informations are extracted from the image by two
predefined help builder classes that convert the help contents
to instances of "HelpTopic".
These HelpTopics can be nested (book structure) and displayed
in a HelpBrowser. Since help text is extracted/stored in
classes and methods you can use the usual tools to maintain
and package help contents together with your code.
The design is simple but nonetheless powerfull since by
allowing you to integrate own custom help builder classes
you can easily integrate documentation extracted from any
source available to you.
It was accepted by the community and integrated in both
standard images (Pharo 1.1/Squeak 4.1). Thanks guys!
Laurent now created a new screencast to show you how to use
it:
http://pharocasts.blogspot.com/2010/09/document-with-helpsystem.html
Starting from now, no excuses not to write documentation ;)
It is still ASCII based but I have plans to integrate other media
types (especially HTML) in the near future...
Wednesday, September 15, 2010
Frankfurt Smalltalk User Group Meeting
The next Smalltalk User Group Meeting for developers around Frankfurt area will take place on 21th of September 2010, 6:30pm at the following addresss:
ITS-People GmbH, Lyoner Strasse 44-48 in Fankfurt-Niederrad
Alan Knight will talk about GLORP.
ITS-People GmbH, Lyoner Strasse 44-48 in Fankfurt-Niederrad
Alan Knight will talk about GLORP.
Tuesday, September 14, 2010
Pharo CI Server
Pharo now has an official continuous integration server (using Hudson) ready to build images. It is currently empty but will soon test the official pharo core and pharo (pharo-dev) releases.
Sunday, September 12, 2010
Thursday, September 09, 2010
Aida/Web 6.1 released
Janko announced the new version of Aida/Web Application server and
Web framework (http://www.aidaweb.si), currently prepared for Squeak/Pharo and VisualWorks. Read more.
Web framework (http://www.aidaweb.si), currently prepared for Squeak/Pharo and VisualWorks. Read more.
Tuesday, September 07, 2010
Iliad 0.9
The next release of Iliad 0.9 is out. Currently for GNU Smalltalk, a Pharo is in preparation. Read more.
Monday, September 06, 2010
Dojo Toolkit for Seaside
Holger Kleinsorgen published some packages that help developing Seaside applications that use the Dojo Toolkit.
Read more.
Read more.
Friday, September 03, 2010
Thursday, September 02, 2010
S4A - Scratch for Arduino
Jordi Delgado announced Scratch For Arduino (S4A) - a modification of the well known Scratch software (which is written in Squeak Smalltalk) that supports simple programming of the Arduino open source hardware platform.
Nice.
Nice.
Sunday, August 29, 2010
Pharo in the Cloud
Jan van de Sandt created a new public Amazon Machine Image (AMI) setup as a Smalltalk web server with a Linux SqueakVM, a Pharo 1.1 Smalltalk image and the Apache2 web server. Anyone can use this AMI as a robust and scalable runtime platform for Seaside applications. Read more.
OmniBrowser chapter for PBE 2
A new draft chapter on OmniBrowser is available for the Pharo by Example book.
Wednesday, August 25, 2010
Sunday, August 08, 2010
Interactive Web site testing
Thursday, August 05, 2010
Smalltalk and wine
A fine glass of wine is something you may find enjoyable while developing software.
The interesting part is that there is a german IT expert now selling wine called "Smalltalk", "Pearl", "DreamWeaver", ...
Read more (german article)
Enjoy a "SmallTalk 2008 Rheingau Riesling QbA trocken"
The interesting part is that there is a german IT expert now selling wine called "Smalltalk", "Pearl", "DreamWeaver", ...
Read more (german article)
Enjoy a "SmallTalk 2008 Rheingau Riesling QbA trocken"
Wednesday, August 04, 2010
Instantiations bought by Google
Instantiations was acquired by Google - mainly to get the Eclipse, Java expertise. Interesting enough the company now continues with its VA Smalltalk business:
"The new Instantiations will focus entirely on Smalltalk and remains fully committed to supporting and evolving the products we all know and love!"
The Wave is closed
Google Wave is closed. I think there was too much of a hype than usable technology. Read the announcement.
BTW: The announcement was written by Urs Hölzle who formerly worked at Animorphic systems (yes, the company that had one of the fastest Smalltalk JIT's and that was later acquired by Sun).
BTW: The announcement was written by Urs Hölzle who formerly worked at Animorphic systems (yes, the company that had one of the fastest Smalltalk JIT's and that was later acquired by Sun).
Tuesday, August 03, 2010
TextLint
You may know the lint tools for Smalltalk or Java helping you to common errors in code.
There is now also a nice app called "TextLint" which is written in Pharo Smalltalk. It is a lint tool for common style errors in natural language. You can use it to process your text/latex/... files.
Here are videos (1 and 2)showing the tool in action.
There is now also a nice app called "TextLint" which is written in Pharo Smalltalk. It is a lint tool for common style errors in natural language. You can use it to process your text/latex/... files.
Here are videos (1 and 2)showing the tool in action.
Sunday, August 01, 2010
Seafox.xpi - HTML to Seaside plugin
Nick released Seafox.xpi - a small plugin for Firefox that translates a websites HTML into the appopropriate seaside methods.
Nice and helpfull! Read more.
Nice and helpfull! Read more.
Friday, July 30, 2010
Reddit in Smalltalk
Sven Van Caekenberghe provides a new Seaside article on "Reddit.st - In 10 elegant Smalltalk classes"
Wednesday, July 28, 2010
Pharo 1.1. Setup for Windows
The new Pharo 1.1 release comes (similar to the first version) as a large download: the one-click image with virtual machines for all major platforms (Windows, Mac, Linux).
As before for those who want to use/run Pharo 1.1. on Win32 system only I additionally prepared a smaller installer for the new release. Read more. As ever it is also available on the Pharo project site.
As before for those who want to use/run Pharo 1.1. on Win32 system only I additionally prepared a smaller installer for the new release. Read more. As ever it is also available on the Pharo project site.
Aida on Pharo 1.1
Not only Seaside 3.0 is running on the new Pharo 1.1. release. Also the Aida Smalltalk
web framework is running nicely on the open source Smalltalk platform. Read more.
web framework is running nicely on the open source Smalltalk platform. Read more.
Pharo by Example on Amazon
Pharo by Example can now finally be ordered at Amazon.com and therefore also orderable at any bookstore. You can also visit the online version.
Monday, July 26, 2010
Pharo 1.1. released
Pharo 1.1. - the next milestone of the Pharo project is released. Here is a short summary what's new.
Monday, July 19, 2010
Sunset or Eclipse with Oracle JVM
When you run the new Oracle JVM 6u21 and Eclipse you may encounter frequent Eclipse crashes.
Eclipse launcher (which is written in C/C++) reads the JVM vendor and if it detects a Sun JVM, it adds a necessary memory parameter for Eclipse to function.
Since now the "Java" vendor was changed from Sun to Oracle it crashes.
So the current version of Eclipse does not work with the current version of Java on the most popular platform - at least not out of the box.
There is a bug report already ...
Eclipse launcher (which is written in C/C++) reads the JVM vendor and if it detects a Sun JVM, it adds a necessary memory parameter for Eclipse to function.
Since now the "Java" vendor was changed from Sun to Oracle it crashes.
So the current version of Eclipse does not work with the current version of Java on the most popular platform - at least not out of the box.
There is a bug report already ...
Cycles in your software
Jannik Laval announced a new tool to see your software package structure and to fix cycles between packages. It is based on Pharo and Moose.
Read more.
Read more.
Thursday, July 15, 2010
Tuesday, July 06, 2010
Boot Squeak
Intersting alternative to SqueakNOS: Michael van der Gulik describes
a way to boot Squeak on a tiny core linux.
a way to boot Squeak on a tiny core linux.
Sunday, July 04, 2010
Friday, July 02, 2010
Thursday, July 01, 2010
Squeak is now part of the SCF
Squeak is now a member of the Software Freedom Conservancy. Read more.
Sunday, June 20, 2010
Teleplace Cog VMs are now available as OpenSource
Wow ... soon after I asked what the state of the Cog virtual machine is Eliot now announced it as open source release on the squeak list.
The Cog VMs are Squeak/Croquet VMs that run closure Squeak/Croquet/Pharo/Cuis images and should really give them a performance boost. Read more.
The Cog VMs are Squeak/Croquet VMs that run closure Squeak/Croquet/Pharo/Cuis images and should really give them a performance boost. Read more.
Friday, June 18, 2010
Cuis 2.4 released
Cuis is a free Smalltalk-80 environment derived from Squeak. Beeing minimalistic it should be a great tool for running Smalltalk on small devices.
Juan announced version 2.4.
Juan announced version 2.4.
Tuesday, June 15, 2010
Monday, June 14, 2010
Thursday, June 10, 2010
Smallthought Systems bought by Twitter
The Smallthought Systems company which is known for dabbledb.com (an online data tool written in Smalltalk using Seaside) was acquired by Twitter today.
Interesting, looks like dabbledb.com service continues but does not allow new registrations and Avi (who is also the creator of the original Seaside framework) is now working for Twitter in the Twitter's analytics team. Either he will now switch to Ruby again or we can expect Twitter services driven by Smalltalk in the future. Who knows ...
Read here and here.
Interesting, looks like dabbledb.com service continues but does not allow new registrations and Avi (who is also the creator of the original Seaside framework) is now working for Twitter in the Twitter's analytics team. Either he will now switch to Ruby again or we can expect Twitter services driven by Smalltalk in the future. Who knows ...
Read here and here.
Tuesday, June 08, 2010
OpenCobalt on Squeak 4.1.
Open Cobalt Alpha is the first step in a long term project to make available to all people a free and open source platform for constructing, accessing, and sharing virtual workspaces for research and education. It's all done in Smalltalk.
The OpenCobalt project now moved forward to run on the latest Squeak 4.1. version. Read more.
There is also a new website online for sharing Cobalt worlds: http://cobaltworlds.com.
The OpenCobalt project now moved forward to run on the latest Squeak 4.1. version. Read more.
There is also a new website online for sharing Cobalt worlds: http://cobaltworlds.com.
ESUG 2010
ESUG 2010 is in preparation, this year in Barcelona, Spain (September 13 - 17, 2010) together with a Camp Smalltalk (September 11-12).
Read more if you want to contribute or attend.
Read more if you want to contribute or attend.
JNIPort Preview for Pharo
JNIPort - a bridge between Smalltalk and Java is now also available for Pharo. Joachim released a first preview.
Monday, June 07, 2010
Memory Monitor for Pharo
Alexandre created a small memory monitor for Pharo. Nice.
Instructions to load via Metacello can be found on the project site.
Instructions to load via Metacello can be found on the project site.
Pharo Engineer
INRIA is looking for a fulltime Pharo engineer. If you want to work with Smalltalk in France then read more.
Seaside at Irish Software Show
Julian speaks about the Seaside web framework on the Irish Software Show (held between June 8th and 11th in Dublin's Trinity College). Read more.
Gaucho 1.0
Fernando announced "Gaucho 1.0" - a direct manipulation environment for software based on Pharo 1.0.
If you want to try it out go to http://gaucho.inf.usi.ch to get the install script or watch a video.
Features included in version 1.0:
Direct manipulation of Classes, methods and packages
Easily perform rename refactorings of classes and methods
Draggable arrows for manipulating the inheritance relationships between classes
Creating and runing tests for all the classes in the system
Creating workspaces for taking snapshots of the current pampas
Smart searching for any object in the system
Keyboard shortcuts associated to the most important operations
Logging all the changes to the system
Saving/Loading developers and workspaces to the default local directory
If you want to try it out go to http://gaucho.inf.usi.ch to get the install script or watch a video.
Features included in version 1.0:
Direct manipulation of Classes, methods and packages
Easily perform rename refactorings of classes and methods
Draggable arrows for manipulating the inheritance relationships between classes
Creating and runing tests for all the classes in the system
Creating workspaces for taking snapshots of the current pampas
Smart searching for any object in the system
Keyboard shortcuts associated to the most important operations
Logging all the changes to the system
Saving/Loading developers and workspaces to the default local directory
Thursday, June 03, 2010
Monday, May 31, 2010
CKEditor for Seaside 3.0
John Pierce has wrapped the CKEditor for Seaside 3.0. The editor is a web based WYSIWYG editor that you can now use in your seaside application.
The project ist here.
The project ist here.
Thursday, May 27, 2010
40 YEARS OF FUN WITH COMPUTERS
Dan Ingalls will give a talk on "40 YEARS OF FUN WITH COMPUTERS"
upcoming Thursday at HPI in Germany. Read more.
upcoming Thursday at HPI in Germany. Read more.
Wednesday, May 26, 2010
Points of view - a tribute to Alan Kay
Nice collection of essays written to celebrate Alan Kay's 70th birthday.
Ken found it at Ians site:
http://piumarta.com/pov/points-of-view.pdf
There is also a page at VPRI about it.
Ken found it at Ians site:
http://piumarta.com/pov/points-of-view.pdf
There is also a page at VPRI about it.
Tuesday, May 25, 2010
Camp Smalltalk London
UK Smalltalk User Group would like to invite everyone to attend
Camp Smalltalk London this July 16-18. Read more.
Camp Smalltalk London this July 16-18. Read more.
Thursday, May 20, 2010
Pharo by Example: New draft chapter on Monticello
There is a new draft chapter for the "Pharo by Example" book
available. Read more.
To get the PDF check out the news section on http://pharobyexample.org
available. Read more.
To get the PDF check out the news section on http://pharobyexample.org
Thursday, May 13, 2010
Seaside 3.0 on Pharo 1.1.alpha
Hey, with the latest updates Seaside 3.0 runs fine on the Pharo 1.1 alpha.
Monday, May 10, 2010
seaBreeze 4.5
Magnus Schwarz just announced a new seaBreeze version 4.5 (based on Seaside 3.0)
You can get it from http://seabreeze.heeg.de.
You can get it from http://seabreeze.heeg.de.
Tuesday, May 04, 2010
Wednesday, April 28, 2010
Pharo Sprint in Argentina
The World of Smalltalk
Geert Claes announced a new website:
http://www.world.st
Nice and clean design with good introduction information. Next time someone asks for Smalltalk I will point him to that site.
http://www.world.st
Nice and clean design with good introduction information. Next time someone asks for Smalltalk I will point him to that site.
Smalltalktelevision
Chris Cunnington wrote:
"To date I've made 74 video tutorials on Squeak. I make one every week."
You can find them here:
http://www.youtube.com/user/gandysmedicineshow
"To date I've made 74 video tutorials on Squeak. I make one every week."
You can find them here:
http://www.youtube.com/user/gandysmedicineshow
Tuesday, April 27, 2010
Promote the use of Smalltalk
I've found this conversation between Michael and Ian on the Squeak-dev list
Interesting. Should we play more golf to promote Smalltalk? Why not - a golf course is often the place where business decisions are made ... ;)
>> If you want to promote the use of Squeak, you need to find people with a
>> Squeak-shaped hole in their lives, help them recognise that the hole exists,
>> convince them that Squeak can fill the hole, and make filling that hole as
>> enjoyable as possible [note to self, never use this uncomfortable metaphor
>> again].
>
>Are you a golfer? :)
Interesting. Should we play more golf to promote Smalltalk? Why not - a golf course is often the place where business decisions are made ... ;)
Squeaking along with Andreas
Hey, Andreas Raab now starts to blog:
http://squeakingalong.wordpress.com
I think we can expect to see postings on Win32 and Android Squeak VM's, Squeak in general and his work at Teleplace.
http://squeakingalong.wordpress.com
I think we can expect to see postings on Win32 and Android Squeak VM's, Squeak in general and his work at Teleplace.
Wednesday, April 21, 2010
Polymorphization of DrGeo
Hilaire Fernandes is working on a more elaborated UI for DrGeo.
He is using Polymorph in Pharo, here with the Win2000 look:
He is using Polymorph in Pharo, here with the Win2000 look:
Smalltalk meetup in Cologne June
Again there is a Smalltalk meetup in Cologne, planned for June.
Read more.
Read more.
Tuesday, April 20, 2010
Squeak and Pharo Installer for Windows
There are different ways to get Smalltalk installed on your machine.
Pharo by default provides a one click image (30MB) which is useful if you want to work with different platforms. It's a simple ZIP file.
I additionally prepared a Windows installer which is only 10MB and more aligned with what a Windows user expects. You can try Pharo 1.0 with it here.
Meanwhile Ian has picked up my script for Squeak and it is nice to see one can also easily install Squeak 4.1. with it now too.
Pharo by default provides a one click image (30MB) which is useful if you want to work with different platforms. It's a simple ZIP file.
I additionally prepared a Windows installer which is only 10MB and more aligned with what a Windows user expects. You can try Pharo 1.0 with it here.
Meanwhile Ian has picked up my script for Squeak and it is nice to see one can also easily install Squeak 4.1. with it now too.
Build the squeak vm from scratch on Linux in one command
Laurent has written a script to build the squeak vm from scratch on Linux in one command. Real time saver.
Sunday, April 18, 2010
Squeak 4.1 is released
Squeak 4.1 combines the license change occurring in the 4.0 release with
the development work that has been going on while the relicensing
process took place. Squeak now also includes the closure work and an improved UI.
Read more here.
the development work that has been going on while the relicensing
process took place. Squeak now also includes the closure work and an improved UI.
Read more here.
Iliad 0.8 released
According to Nicolas the version 0.8 of the Iliad web framework is released. Read more.
Thursday, April 15, 2010
Apple removes Scratch from iPhone
The discussion on the license change for Apple continues.
Meanwhile Scratch (which is written in Squeak Smalltalk)
was also removed.
Apple tries to keep complete control - I'm sure this wont work. Especially since there are alternatives like Android which offers more freedom.
Meanwhile Scratch (which is written in Squeak Smalltalk)
was also removed.
Apple tries to keep complete control - I'm sure this wont work. Especially since there are alternatives like Android which offers more freedom.
Wednesday, April 14, 2010
Future of Java
Oracle bought Sun, now they provide Sun server hardware and also "own" Java (and other technologies like MySQL, JavaFX, ...). I know that there is a JCP, but I think the driving force behind Java development is now Oracle.
Interesting that James Gosling (inventor of Java) now left Oracle.
Interesting times ...
Interesting that James Gosling (inventor of Java) now left Oracle.
Interesting times ...
Tuesday, April 13, 2010
Smalltalk 2009 conference videos
According to Andrés the videos from the Smalltalks 2009 conference are now available at the FAST website. Just click on Videos tab there.
Regex Chapter for PBE 2
There is a new draft chapter on Regular Expressions in Pharo available online.
This is intended for the planned "Pharo by Example 2" book.
This is intended for the planned "Pharo by Example 2" book.
Sunday, April 04, 2010
Music by projection
Stéphane Rollandin created a screencasts demonstrating the muO system for
experimental musical composition which is based on Squeak 3.8. Read more here. A little bit weird ... since the screencast has no sound enabled, so you have to try it yourself.
experimental musical composition which is based on Squeak 3.8. Read more here. A little bit weird ... since the screencast has no sound enabled, so you have to try it yourself.
Wednesday, March 31, 2010
Squeak as a DLL
Interesting: Ang BeePeng has Squeak running as a DLL. While that's possible in a few other Smalltalks (ST/MT, Smallscript, ...) it is new for Squeak. Let's see how it will be used.
Tuesday, March 30, 2010
Monday, March 29, 2010
PrototypeWindow for Seaside
Hernan provided a seaside wrapper for the prototype window for Seaside:
see http://www.squeaksource.com/PrototypeWindow.html
for Details.
see http://www.squeaksource.com/PrototypeWindow.html
for Details.
Friday, March 26, 2010
Thursday, March 25, 2010
Google Summer of code with Smalltalk
If you are a student and want to apply for the Google Summer Of Code with Smalltalk you should now visit the ESUG GSoC page.
Wednesday, March 24, 2010
Smalltalk User Group Switzerland
Looks like there is a new page for SMUG-S: the SMALLTALK USER GROUP SWITZERLAND
http://smug-s.ning.com/
http://smug-s.ning.com/
Wednesday, March 17, 2010
Gofer Project Loader 1.0 (BETA)
Esteban announced the Gofer Project Loader 1.0 (BETA) - a simple
API to use Metacello loading.
There is a webpage explaining it.
API to use Metacello loading.
There is a webpage explaining it.
Tuesday, March 16, 2010
Squeak 4.0
The Eagle Has Landed: Squeak 4.0 is Released
http://ftp.squeak.org/4.0/
The focus for 4.0 was to relicense Squeak with the MIT license (with
some Apple parts remaining under the Apache license.)
http://ftp.squeak.org/4.0/
The focus for 4.0 was to relicense Squeak with the MIT license (with
some Apple parts remaining under the Apache license.)
Monday, March 15, 2010
Thursday, March 11, 2010
Wednesday, March 10, 2010
Building a Pharo/Squeak VM on OSX
Hey ... and Adrian is using my metacello config for VMMaker too. He just described on how to build the virtual machine on OSX. Nice.
Building Squeak VM on Linux
Laurent wrote on how to build the Squeak VM on Linux. Nice that the VMMaker metacello configuration I created (see here and here) is used.
Monday, March 08, 2010
Google Summer of Code with Smalltalk
There is a new page for the Google summer of code with Smalltalk:
http://gsoc2010.esug.org/
You can read more about it here.
http://gsoc2010.esug.org/
You can read more about it here.
Next Pharo Sprint: March 13, 2010
The next pharo sprint:
Date: March 13, 2010
Time: 9:30 - 21:30
Place: Software Composition Group, University of Berne, Switzerland
See here for more details.
Date: March 13, 2010
Time: 9:30 - 21:30
Place: Software Composition Group, University of Berne, Switzerland
See here for more details.
The Moose Book
If you want to do software and data analysis then you should read the
new online book from Tudor Girba:
http://www.themoosebook.org/book
about the Moose technology. Moose is an analysis platform written in Smalltalk.
The (yet unfinished) book already includes descriptions on how to use Moose, how to build a browser with Glamour or how to load the latest Moose version into Pharo using Metacello.
One interesting aspect (beside a good documentation on Moose) is that this is now the second dynamic web book on Smalltalk technologies (after the Seaside online book) which is written using the Smalltalk based Pier Content Management System.
new online book from Tudor Girba:
http://www.themoosebook.org/book
about the Moose technology. Moose is an analysis platform written in Smalltalk.
The (yet unfinished) book already includes descriptions on how to use Moose, how to build a browser with Glamour or how to load the latest Moose version into Pharo using Metacello.
One interesting aspect (beside a good documentation on Moose) is that this is now the second dynamic web book on Smalltalk technologies (after the Seaside online book) which is written using the Smalltalk based Pier Content Management System.
Sunday, March 07, 2010
Squeak is twittering
The commits to Squeak trunk (the new community development model) are now also visible in Twitter:
http://twitter.com/SqueakTrunk
Should be easy to follow development now.
If you want to know about other package commits (SqueakSource) then
you could use the already known Planet Squeak code:
http://planetmisc.squeak.org
http://twitter.com/SqueakTrunk
Should be easy to follow development now.
If you want to know about other package commits (SqueakSource) then
you could use the already known Planet Squeak code:
http://planetmisc.squeak.org
Friday, March 05, 2010
Tuesday, March 02, 2010
Cologne Smalltalk Meetup Website
There is now a new website available for the Cologne Smalltalk Meetup.
Physical Etoys
Physical Etoys is a visual programming tool that connects the virtual world of computers with the real world in which we live in. Now a first beta version is released.
It is based on the Squeak Smalltalk system. The announcement is here.
It is based on the Squeak Smalltalk system. The announcement is here.
Subscribe to:
Posts (Atom)