Thursday, October 31, 2013
Pharo: Objects at your fingertips
A new presentation for those who know OOP but not Pharo is available.
Wednesday, October 30, 2013
Tuesday, October 29, 2013
Kontolino Seaside App
Another online application based on Seaside web framework goes live: Kontolino.
Joachim can tell you more.
Smalltalk Devroom at FOSDEM2014
Again this year there is a Smalltalk Devroom at FOSDEM2014. Read the Call for Participation
Advanced Reflection in Pharo
Slides of the "Advanced Reflection in Pharo" lecture from Marcus Denker
Friday, October 25, 2013
Wednesday, October 23, 2013
Thursday, October 17, 2013
Saturday, October 12, 2013
Friday, October 11, 2013
Pharo and RaspberryPi
Running Pharo on RaspberryPi is slowly progressing ... there is now also a CI job to build the Stack VM (non JIT/non Cog version). Lets see when it is ready ...
Thursday, October 03, 2013
Mustache templates for Pharo
Mustache is a popular templating engine that is supported in many programming languages.
Now there is also a Pharo port from Norbert.
Wednesday, October 02, 2013
Bootstrap for Seaside3 project (Release 0.1.0)
I published the "Bootstrap for Seaside" project and announced it on the Pharo and Seaside lists.
Features are:
Features are:
- nearly feature complete regarding components (Nav, Navbar, Jumbotron, Buttons, Alarms, Layouts, ...)
- uses the latest Bootstrap libraries (http://getbootstrap.com)
- covered by more than 160 tests
- completed with an example browser that shows Bootstrap components and according Smalltalk code
- available at STHub (http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap)
- documented (see mentioned project website on STHub) with docu support for PharoOnlineHelp and catalog
- controlled by CI (https://ci.inria.fr/pharo-contribution/job/Bootstrap/)
- easily loadable using config browser in Pharo 2.0
You can easily load it in a fresh Pharo 2.0 as "Bootstrap" from the config browser. It loads Seaside3
as a dependency. After loading evaluate
ZnZincServerAdaptor startOn: 8080
to start the webserver and go to http://localhost:8080/bootstrap to browse the samples. Here are some screenshots, click to enlarge:
Feel free to use it for your next Pharo/Seaside/Bootstrap based web project
Feel free to use it for your next Pharo/Seaside/Bootstrap based web project