Hi Konrad,
Correct, the minimal image is running on SqueakJS VM. You can find info
here: https://squeak.js.org
Interesting question regarding deployment. In my current setup you do need
the server, but it is not unrealistic to have a setup in which at some point
the client is asked to create a sn
Hi Paul,
This blog post from Christopher Fuhrman may answer your question:
https://fuhrmanator.github.io/2019/03/16/LibC-Pharo-experiments.html
-Ted
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Thanks Torsten
That definitely works great. Sometimes I mistype the commands. Is there a
way to get the error rather than an empty string?
e.g. running
LibC resultOfCommand: 'dur'
gives an empty string rather than
sh: dur: command not found
?
Paul
Torsten Bergmann wrote
> Hi Pau
As a coding experiment, I adapted Trygve Reenskoug's code to my
Smalltalk compiler, put in my code slightly tweaked, and benchmarked
them on randomly generated data.
Result: a factor of 6.3.
In Squeak it was a factor of ten.
I had not, in all honesty, expected it to to be so high.
On Tue, 5 Ma
Hi Paul,
you can use:
LibC resultOfCommand: 'dir'
which is part of standard image.
Bye
T.
> Gesendet: Montag, 04. Mai 2020 um 20:05 Uhr
> Von: "PAUL DEBRUICKER"
> An: "Any question about pharo is welcome"
> Betreff: [Pharo-users] Pharo 8 - OSProcess or OSSubProcess or ?
>
> Hi -
>
> Wh
Willow-SpinKit, integration between willow and spinkit reached it's v8.0.0 version.
Changelog
Update SpinKit library to v2.0.1
Update Willow to v13
Use GitHub actions instead of TravisCI
Use CodeCov instead of Coveralls
Automatically send release notification e-mails
Added Examples group to the ba
Hi -
What is the recommended way to run a shell command from Pharo 8 and get
the output from stdout into the image?
Thanks
Paul
On Mon, 4 May 2020 at 05:19, Evan Donahue wrote:
> Hello,
>
> I am returning to some work in Pharo after about ~2.5 years and reminding
> myself of what I was working on before I got sidetracked. It appears
>
> I had mostly finished for release a dynamic contracts library for run time
> type chec
* A coding experiment.*
Consider a Scrum development environment. Every programming team has an
end user as a member.
The team's task is to code a credit card validity check.
A first goal is that the user representative shall read the code and
agree that it is a correct rendering of their code
Willow-Bootstrap, integration between willow & bootstrap 3/4 reached it's v12.0.0 version.
Non breaking changes
Add Bootstrap 4 support
Update Datepicker and Select libraries
Use GitHub actions instead of TravisCI
Use CodeCov instead of Coveralls
Breaking changes
Updated Willow to v13 (due to ch
Hi Erik,
I have published my first demo of a new type of webapplication based on a
tiny Smalltalk image running in the browser, acting as the JS-engine. Create
a dynamic application using Smalltalk only, with the direct manipulation
you're familiar with from Smalltalk. And ...(in the near futur
He Evan,
Can't answer your questions, but the contracts concepts sounds interesting !
Sven
> On 3 May 2020, at 23:18, Evan Donahue wrote:
>
> Hello,
>
> I am returning to some work in Pharo after about ~2.5 years and reminding
> myself of what I was working on before I got sidetracked. It ap
12 matches
Mail list logo