Re: [Pharo-users] Pharo 8 - OSProcess or OSSubProcess or ?

2020-05-04 Thread tbrunz
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

Re: [Pharo-users] Pharo 8 - OSProcess or OSSubProcess or ?

2020-05-04 Thread Paul DeBruicker
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

Re: [Pharo-users] mentor question 4

2020-05-04 Thread Richard O'Keefe
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

Re: [Pharo-users] Pharo 8 - OSProcess or OSSubProcess or ?

2020-05-04 Thread Torsten Bergmann
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 - > >

[Pharo-users] [ANN] Willow-SpinKit v8.0.0 [v8.0.0] released!

2020-05-04 Thread Buenos Aires Smalltalk
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

[Pharo-users] Pharo 8 - OSProcess or OSSubProcess or ?

2020-05-04 Thread PAUL DEBRUICKER
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

Re: [Pharo-users] MetaLinks for Dynamic Contracts

2020-05-04 Thread Ben Coman
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

Re: [Pharo-users] mentor question 4

2020-05-04 Thread Trygve Reenskaug
* 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

[Pharo-users] [ANN] Willow-Bootstrap v12.0.0 [v12.0.0] released!

2020-05-04 Thread Buenos Aires Smalltalk
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

Re: [Pharo-users] New type of web application using HTML, CSS and Smalltalk

2020-05-04 Thread Konrad Hinsen
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

Re: [Pharo-users] MetaLinks for Dynamic Contracts

2020-05-04 Thread Sven Van Caekenberghe
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