If you want to migrate projects from SmalltalkHub (or any MCZ-based repo) to GitHub to profit from new git integration in Pharo then use Peters "git-migration" tool.
The tool is now using the Tonel format to store the code. Tonel is a file-per-class format,
that means a class and all methods are stored in a single file. This is faster than having a file for each method but also prevents some trouble with git on Windows due to number of files and subdirectory depth.
Wednesday, August 29, 2018
Amber Smalltalk and npm
Amber Smalltalk and accompanying libs do not use bower any more, everything is based off Node package manager (npm) only now.
Read more.
If you have an old command line interface (old amber-cli from previous installations) then uninstall it first.
If you have an old command line interface (old amber-cli from previous installations) then uninstall it first.
GeoHash for Pharo
Pharo package to decode/encode Geohashes to/from latitude and longitude (geolocation).
Available on GitHub: https://github.com/simonfranz/smalltalk-geohash
Available on GitHub: https://github.com/simonfranz/smalltalk-geohash
CuisSmalltalk Live templates
A prototype of LiveTemplates for Smalltalk - implemented in CuisSmalltalk. Shows how quickly and easily one can adopt a Smalltalk IDE.
RDF for Smalltalk
Christian Haider made his code available to deal with RDF/XML file. Check out his Resource Description Framework (RDF) page. It is currently for VW - but I guess porters are welcome.
Clap Teaser
Clap - is the Command line argument parser for Pharo. The project is available on GitHub now including a teaser to demonstrate some features.
A quick memory game using Pharo’s dynamic spec builder
Spec is a UI framework used in Pharo. It not only allows to declare static layout but you can also dynamically use it.
Here is a new medium article explaining some of it's features using a memory game as a demonstration. Nice!
Here is a new medium article explaining some of it's features using a memory game as a demonstration. Nice!
A mini scheme in Pharo
Monday, July 16, 2018
Context visualization of Object Factories Video
An interactive visualization of a software execution profiling in Pharo:
Artifact and details are available here
Artifact and details are available here
Friday, July 13, 2018
Towards Machine Learning in Pharo with TensorFlow
TechTalk on using TensorFlow in Pharo easily:
Code Repository is here: https://github.com/PolyMathOrg/libtensorflow-pharo-bindings
Code Repository is here: https://github.com/PolyMathOrg/libtensorflow-pharo-bindings
Tuesday, July 10, 2018
KerasWrapper - AI for Pharo
KerasWrapper is a project providing bindings from Pharo to Keras (which is implemented in Python). You can transparently play with the high-level neural networks API and visualize results in Roassal directly.
The github repo is on https://github.com/ObjectProfile/KerasWrapper
The github repo is on https://github.com/ObjectProfile/KerasWrapper
Monday, July 09, 2018
Improvekit
Found a page on the web and a twitter account from a company in Buenos Aires also doing ST development. From the screenshots they seem to have choosen Squeak as IDE and Morphic for the UI ...
Pharo TechTalk: Tensorflow
Next TechTalk session is on 12th July 2018 5:00 PM - 7:00 PM (UTC+02:00) - read more.
If you want to participate - join the #techtalk channel on Pharo's Discord server. You can get an invite here.
If you want to participate - join the #techtalk channel on Pharo's Discord server. You can get an invite here.
Tuesday, July 03, 2018
Subscribe to:
Posts (Atom)