Re: [Pharo-users] BioSmalltalk win ...almost

2016-11-30 Thread stepharo
:) This is supercool to see BioSmalltalk being mentioned and analysed. May be hernan should contact the authors. Hi Hernan, apparently BioSmalltalk is the faster in the field of Bio* platforms (BioPerl, BioPython, BioJava, ...) and the more trendy: http://www.ijcseonline.org/spl_pub_paper/PID

Re: [Pharo-users] money & currency library

2016-11-30 Thread stepharo
If I remember aconcagua (or the unit part of it) got one too Hi, I am looking for a money & currency library in Pharo. Can anyone point me to one? I remember seeing a nice one, but the name escapes me. Cheers, Doru -- www.tudorgirba.com www.feenk.com "What is more important: To be happy

Re: [Pharo-users] Use of -> in Pharo Code

2016-11-30 Thread stepharo
Hi bruce welcome and I hope that you have fun. What I noticed is that we get used really fast to supercool tools. Last year I had to work on a VW 2.5 version and I thought someone had cut my hands. I ws so slow with senders and implementors and rudimentary inspectors :) Stef I have been a

Re: [Pharo-users] Where is the documentation of the base class libraries?

2016-11-27 Thread stepharo
On Sun, 27 Nov 2016 18:45:07 +0100, Derry Bryson wrote: Thanks for the helpful replies. I am working through Pharo By Example, I was just hoping there was something like the Python documentation for Pharo. Can you explain what you mean exactly? Because in Pharo by Example core library a

Re: [Pharo-users] ZnClient GET, but just the content of the tag?

2016-11-27 Thread stepharo
nice :) On Sun, 27 Nov 2016 19:46:41 +0100, Jan Kurš wrote: Hi, PetitParser2 [1] supports parsing of streams. I have been experimenting with ZnClient and come up with the following solution: 1) Create a PP2 stream from ZnClient stream: byteStream := ZnClient new url: 'http://pharo.org';

Re: [Pharo-users] Where is the documentation of the base class libraries?

2016-11-27 Thread stepharo
Hello Derry In complement to what sven said you can also read the Pharo by Example books. http://books.pharo.org Stef On Sun, 27 Nov 2016 08:24:36 +0100, Derry Bryson wrote: Where can I find documentation of the base class libraries for Pharo Smalltalk? Or is there some other way I s

Re: [Pharo-users] Chip-8

2016-11-21 Thread stepharo
I could not resist The keys are not working for me too. Stef Le 21/11/16 à 08:38, olivier auverlot a écrit : Very cool !!! What are the used keys to move the player ? Olivier ;-) 2016-11-21 0:16 GMT+01:00 Henrik Nergaard >: http://smalltalkhub.com/#!

Re: [Pharo-users] Chip-8

2016-11-21 Thread stepharo
Hi henrik You are superfast.. :) Thanks a lot. I started to code it too in the train and a virus smashed me in my bed I will really have a look. I was implementing it to see if I can use as a project for a new book. Le 21/11/16 à 00:16, Henrik Nergaard a écrit : http://smalltalk

Re: [Pharo-users] Improving comments cool action

2016-11-20 Thread stepharo
issue and suggest a slice directly? Yes Regards, Julien On 20/11/16 17:26, stepharo wrote: Hi guys I would like to see how we could build a concerted action to improve the class and method comments in Pharo. Now we have package comments :) so we should take also advantage of them. I

[Pharo-users] Improving comments cool action

2016-11-20 Thread stepharo
Hi guys I would like to see how we could build a concerted action to improve the class and method comments in Pharo. Now we have package comments :) so we should take also advantage of them. I would love that a newbie is highlithed by class comments. So I would like to start to comment key c

Re: [Pharo-users] Mongo with Voyage

2016-11-17 Thread stepharo
Did you check that your mongodb is running? Le 17/11/16 à 14:23, Asbath Sama biyalou via Pharo-users a écrit :

Re: [Pharo-users] QCMagritte question- does it have undo?

2016-11-16 Thread stepharo
Paul there is an undo framework inside Pharo I imagine that you can use it to build your ideas. Stef Le 11/11/16 à 18:31, Paul DeBruicker a écrit : Thanks Norbert. I'm not sure of the feasibility/value but I think it would be nice to be able to undo back to a clean slate and redo all the way

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-16 Thread stepharo
For me, Pillar was a package in Pier, and Pier was a tool that I used for all my presentations, prototyping, and small or short-lived community and not-for-profit projects. I do not get why you cannot use Pharo for that. Le 17/11/16 à 02:04, Jupiter Jones a écrit : Hey Stephane, It

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-16 Thread stepharo
It would be nice to see Pillar return to being a cross platform project as well. One of the beautiful things about Seaside/Magritte/Pier was it’s compatibility across many dialects of Smalltalk. The “develop in Pharo and deploy in GemStone” was a big draw for me :) One of my clients uses VW so

Re: [Pharo-users] Chip-8

2016-11-16 Thread stepharo
Le 16/11/16 à 11:40, Julien Delplanque a écrit : Wow it would be a fun project! Yes I want to play with that :) I know there was GameBoy [1] emulator but I don't know if it is still working. Julien Links: [1]: http://smalltalkhub.com/#!/~jeanbaptistearnaud/GameBoyEmulator On 16/11/1

[Pharo-users] Chip8

2016-11-16 Thread stepharo
I would like to know if one of you implemented chip8 in Pharo? http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ https://github.com/miguelduarte42/Jhip8

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-15 Thread stepharo
/JupiterSmalltalk/Pillar Join and hack. On 12 Nov 2016, at 12:16 am, stepharo <mailto:steph...@free.fr>> wrote: Hi peter I do not know but I would love that it would work. I should find some time to do a new pass on pillar. On my first todo: - fix use of DNU instead of plain

Re: [Pharo-users] Little challenges for a Saturday evening :): Pangram

2016-11-13 Thread stepharo
the lazy dog' isPangramCopyWithoutAllIn: 'abcdefghijklmnopqrstuvwxyz' ] bench. "159,850 per second" [ 'The quick brown fox jumps over the lazy dog' isPangramDifferenceIn: 'abcdefghijklmnopqrstuvwxyz' ] bench. "25,400 per second" Michal

Re: [Pharo-users] [Teaser] Using Pharo to script Unreal

2016-11-13 Thread stepharo
+1 Le 13/11/16 à 14:28, Ben Coman a écrit : Really cool! Great to hear your success. Looking forward to the next instalment. cheers- ben On Sun, Nov 13, 2016 at 4:44 AM, Dimitris Chloupis wrote: Annnd I DID IT !!! I accomplished connecting Pharo with Unreal so I can script it with P

Re: [Pharo-users] Little challenges for a friday evening

2016-11-13 Thread stepharo
ember 2016 at 12:02, stepharo <mailto:steph...@free.fr>> wrote: String>>#isIsogram | letters | letters := Dictionary new. self do: [ :x | letters at: x ifAbsent: [] ifPresent: [ ^false ]. Yes I did that one too and I wa

Re: [Pharo-users] Little challenges for a friday evening

2016-11-13 Thread stepharo
us we convert the character ... )" cheers -ben Thanks ben. If you want to do PR all the chapter is on github LearningOOP with Pharo. On Sat, Nov 12, 2016 at 7:19 AM, stepharo wrote: I pair programmed with my middle son and we got the following chapter. Now going to bed :) Le 11/

Re: [Pharo-users] MOOC TOC cleanup

2016-11-12 Thread stepharo
No, they should be there – I have just not included them yet because I didn't know which strategy we should use to embed the subtitles. There will be icons for both slides and video. And now that I have seen that there are slide.js slides I will use them instead of PDF because this is snapp

Re: [Pharo-users] Graph library in Pharo

2016-11-12 Thread stepharo
Would be nice to make it an object because serge looks interested :) Le 12/11/16 à 13:42, werner kassens a écrit : On 11/12/2016 09:29 AM, serge.stinckw...@gmail.com wrote: Nice ! Do you commit the code somewhere ? Hi Serge, at the moment i have no specific usecase for density-plots, hence

Re: [Pharo-users] Graph library in Pharo

2016-11-12 Thread stepharo
it. http://smalltalkhub.com/#!/~CipT/Yed-Rendering <http://smalltalkhub.com/#%21/%7ECipT/Yed-Rendering> https://github.com/losnikitos/SmalltalkDijkstra/blob/master/Dijkstra.st Hernán 2016-11-11 9:14 GMT-03:00 stepharo <mailto:steph...@free.fr>>: Hi I'm looking

[Pharo-users] Little challenges for a Saturday evening :): Pangram

2016-11-12 Thread stepharo
Hi If you have some comments :) Stef and Thibaut testIsEnglishPangram self assert: 'the quick brown fox jumps over the lazy dog' isEnglishPangram. self assert: 'the five boxing wizards jump quickly' isEnglishPangram. self deny: 'the quick brown fox jumps over the dog' isEngli

Re: [Pharo-users] Little challenges for a friday evening

2016-11-12 Thread stepharo
I love all these solutions!!! Thank for you for such cool but compact discussions! I did a check to see how I could get isograms for french so over a dictionary of 30 entities around 5 are and I got really surprised because stupily I was counting é, ê, e and è as the same letter and wel

Re: [Pharo-users] MOOC TOC cleanup

2016-11-11 Thread stepharo
.io/PharoMooc-website/. What do you think? I love it :) best, Siemen On Thu, Nov 3, 2016 at 6:31 PM, stepharo <mailto:steph...@free.fr>> wrote: Le 3/11/16 à 18:05, Siemen Baader a écrit : Hi Stef, Sure. Let me know how I can help. I will forward

Re: [Pharo-users] MOOC TOC cleanup

2016-11-11 Thread stepharo
Hi siemen Please pay attention that I have to check the following: MoocLab which produces the mooc has a private production repository for the videos and I do not understand but the videos there are much larger there than on the http://rmod-pharo-mooc.lille.inria.fr/

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
lkhub.com/#%21/%7ECipT/Yed-Rendering> https://github.com/losnikitos/SmalltalkDijkstra/blob/master/Dijkstra.st Hernán 2016-11-11 9:14 GMT-03:00 stepharo <mailto:steph...@free.fr>>: Hi I'm looking for a graph library based on a matrix. I remember that I saw one but

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
this is nice :) Le 11/11/16 à 17:26, Werner Kassens a écrit : Hi Stephane, i probably dont understand that question correctly. anyway a long time ago Pierre Chanson and me talked privately a bit about how to make density-plots like in the attachment werner On 11/11/2016 01:14 PM, stepharo

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-11 Thread stepharo
Hi peter I do not know but I would love that it would work. I should find some time to do a new pass on pillar. On my first todo: - fix use of DNU instead of plain magritte methods. - extract object out of the command line. - document, document and document. Stef Le 10/11/1

[Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
Hi I'm looking for a graph library based on a matrix. I remember that I saw one but long time ago. Else if you know a pointer that explains how to implement it, I would like to ask this to potential topics. Stef

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread stepharo
e = string asSet size ] value: 'Pharo'. true [ :string | string size = string asSet size ] value: 'Pharoo'. false String>>#isIsogram ^ self size = self asSet size ? On 10 Nov 2016, at 22:19, stepharo wrote: Hi I'm checking how I would implement an isogra

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread stepharo
#x27;Pharoo'. false String>>#isIsogram ^ self size = self asSet size ? On 10 Nov 2016, at 22:19, stepharo wrote: Hi I'm checking how I would implement an isogram checker 'Pharo' isogram true because it contains only single letter. I got a stupid bag drivent

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread stepharo
Le 11/11/16 à 01:09, Ben Coman a écrit : First I've heard of an isogram. Wikipedia [1] is ambiguous. Are you considering only single occurrence of letters, or also equal occurrence of letters. I like Sven's answer best, but just as an exercise I thought of an alternative. String>>#isIsogram

[Pharo-users] Little challenges for a friday evening

2016-11-10 Thread stepharo
Hi I'm checking how I would implement an isogram checker 'Pharo' isogram >>> true because it contains only single letter. I got a stupid bag drivent implementation but I will do another better and faster. Stef PS: after I will do anagram and pangram to have the family of gram checks (thi

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-08 Thread stepharo
Matteo your emails format looks quite strange... Le 8/11/16 à 14:27, Matteo via Pharo-users a écrit : I think the adaptor will called "MorphicImageFastTableAdaptor", and the model "ImageFastTableAdapter". In the package "Spec-MorphicAdapters", the "MorphicFastTableAdapter" uses an object "FT

Re: [Pharo-users] Looking for the library to sort object

2016-11-07 Thread stepharo
Thanks! Le 7/11/16 à 12:37, Sven Van Caekenberghe a écrit : This is very nice: http://smalltalkhub.com/#!/~emaringolo/SortFunctions On 7 Nov 2016, at 12:25, stepharo wrote: Hi I know that "steffen" did a nice library to sort objects and I know that this is a nice extensi

Re: [Pharo-users] about balkanisation

2016-11-07 Thread stepharo
[ ... ] And this one I don't understand. A smooth, git / iceberg oriented transition over Monticello/Metacello is perfectly doable... As Dale explained. A nice Iceberg gui reworking / making git usable is perfect. But why make the transition so hard? You get Stef angry on a Sunday morning

[Pharo-users] Looking for the library to sort object

2016-11-07 Thread stepharo
Hi I know that "steffen" did a nice library to sort objects and I know that this is a nice extension. But I cannot find it. Stef

Re: [Pharo-users] about balkanisation

2016-11-06 Thread stepharo
Le 6/11/16 à 17:21, Stephan Eggermont a écrit : Kilon wrote: If you really want to embrace Github , kill Smalltalkhub We are not close to doing that. We'll need Monticello support indefinitely, and at least a few years two-way. And that assumes we automatically migrate all open projects. W

Re: [Pharo-users] About balkanisation

2016-11-06 Thread stepharo
why I mentioned that we should pay attention to create different versions Cheers, Doru On Nov 6, 2016, at 1:05 PM, stepharo wrote: Hi I would like that you think a bit about our community and that there is a value in using common tools to share and develop common libraries. Because to

Re: [Pharo-users] About balkanisation

2016-11-06 Thread stepharo
stupid! Can you read what I write? Stef Le 6/11/16 à 13:05, stepharo a écrit : Hi I would like that you think a bit about our community and that there is a value in using common tools to share and develop common libraries. Because to me it feels like we are getting balkanize. It may

[Pharo-users] About balkanisation

2016-11-06 Thread stepharo
Hi I would like that you think a bit about our community and that there is a value in using common tools to share and develop common libraries. Because to me it feels like we are getting balkanize. It may look super cool and be hyper trendy to use github (because like that you can say tha

Re: [Pharo-users] Spec: Setting rows height of a pictures list

2016-11-05 Thread stepharo
Le 5/11/16 à 15:59, Matteo via Pharo-users a écrit : Re: [Pharo-users] Spec: Setting rows height of a pictures list.eml Sujet : Re: [Pharo-users] Spec: Setting rows height of a pictures list De : Matteo Date : 5/11/16 15:53 Pour : Any question about pharo is welcome Hi Nicolai, I

Re: [Pharo-users] May I please be added as a contributor to the KevinLanvin/MaterialDesignLite repo on Sthub?

2016-11-05 Thread stepharo
Cyril I do not think that Kevin is following this list. I strongly suggest that the repo is moved to one that we can control and let people contribute. This project is important and it is important that people can contribute. Can you create a repo or I can as PharoTeam? BTW DuneSt looks rea

Re: [Pharo-users] How to consume the MOOC?

2016-11-05 Thread stepharo
Hi luke you can use the webportal (it supports subtitles in french and english - but read carefully what we wrote because we got trapped into a bug with certain configurations). http://rmod-pharo-mooc.lille.inria.fr/MOOC/WebPortal/co/pharo.html http://rmod-pharo-mooc.lille.inria.fr/MOOC/

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-03 Thread stepharo
Le 3/11/16 à 19:28, Nicolai Hess a écrit : 2016-10-27 13:32 GMT+02:00 Dimitris Chloupis >: In case someone missed it I will be doing a release for version 5 (pharo version = pbe version) this weekend , since we had Pharo 7 initiated few days ago.

Re: [Pharo-users] MOOC TOC cleanup

2016-11-03 Thread stepharo
Le 3/11/16 à 18:05, Siemen Baader a écrit : Hi Stef, Sure. Let me know how I can help. I will forward your mail to christelle that manages the mooc for us Thanks. I'm looking forward to hear from her. She translated the page but she is busy I forwarded the email to you. S

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-03 Thread stepharo
Le 3/11/16 à 15:11, Nicolai Hess a écrit : 2016-11-03 15:02 GMT+01:00 stepharo <mailto:steph...@free.fr>>: Hi nicolai I started to work on the reflection chapter. The reflection chapter (and maybe some other too) could new some new screenshots. Yes I started. I

Re: [Pharo-users] MOOC TOC cleanup

2016-11-03 Thread stepharo
Hi all, especially Luc, Stéphane and Damien, the Pharo MOOC course was fantastic and I use the archived material for reference quite a lot. It is here: https://www.fun-mooc.fr/courses/inria/41010/session01/b116d12e24ec484c984831440227ac15/ But - the English table of contents is in French, and

Re: [Pharo-users] [vwnc] small examples to show the tools

2016-11-03 Thread stepharo
Nice :) When I made the presentation in the Greek Hackespace in Athens, I tried to illustrate how Smalltalk is a live organism. Took me 10 minutes to do that. The rest, 20 minutes, was spent with me debugging the GUI of ChronosManager, I inserted a bug and show how I fixed it without the GUI s

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-03 Thread stepharo
Hi nicolai I started to work on the reflection chapter. Now hacking PharoDoc :) Stef Le 3/11/16 à 14:29, Nicolai Hess a écrit : 2016-10-27 13:32 GMT+02:00 Dimitris Chloupis >: In case someone missed it I will be doing a release for version 5 (pharo v

Re: [Pharo-users] Pharo desktop UI

2016-11-03 Thread stepharo
Le 2/11/16 à 22:43, vikenti a écrit : Hello, i'm newbie in Pharo, converted from Visual Works which is quite different from Pharo Smalltalk. I started to port my application (i've been working on for about three years) from VW (because of new personal user licensing limitations of Visual Works)

Re: [Pharo-users] Pharo desktop UI

2016-11-03 Thread stepharo
http://books.pharo.org and you can contribute if when reading you think something is missing. and you can also contribute by improving Spec. Stef Le 2/11/16 à 23:01, Johan Fabry a écrit : Hello Vikenti, for writing UIs in Pharo the UI builder you should use is Spec. We have documentation o

Re: [Pharo-users] [ANN] Pharo By Example 5.0

2016-11-01 Thread stepharo
I would like to know if you have this file on your HD. Else I will remove the reference to it. Le 30/10/16 à 22:41, Dimitris Chloupis a écrit : are you asking me a question or request ? On Sun, Oct 30, 2016 at 11:39 PM stepharo <mailto:steph...@free.fr>> wrote: I'm l

Re: [Pharo-users] How does Boolean ifTrue work?

2016-11-01 Thread stepharo
more than that. You can define code in Boolean in terms of the abstract methods and such code will be executed on instance of True and False using False and True methods. You are learning now for real what is OOP. So your teacher is a really smart teacher because he chose to expose you to o

Re: [Pharo-users] [ANN] Pharo By Example 5.0

2016-10-30 Thread stepharo
I'm looking for the figures/workspaceInspector.png Because I pulled and I cannot latex anymore. I'm working on the web site: http://books.pharo.org to get all the book pdfs in a well defined place (and all the rest). all the pointer to git hub all the pointer to the jenkins s

Re: [Pharo-users] Cover for PBE5

2016-10-30 Thread stepharo
ou ordered , I throw in also a Seagull as a bonus :D https://gitlab.com/Kilon/pbe5-cover/raw/master/Pharo%20demo/renders/render-201610301719.jpg <https://gitlab.com/Kilon/pbe5-cover/raw/master/Pharo%20demo/renders/render-201610301719.jpg> en

Re: [Pharo-users] small examples to show the tools

2016-10-30 Thread stepharo
Hi christian cool to know. Pay attention not to do too much :) You can use teapot in Pharo for building a web app in one page of code and I found that quite cool. Stef Le 30/10/16 à 08:39, Christian Haider a écrit : Hi all, in two weeks, I am going to give a little talk about Smalltalk:

Re: [Pharo-users] Cover for PBE5

2016-10-30 Thread stepharo
hi would it be possible to have by example in 3d below Pharo? Stef Le 29/10/16 à 16:27, Dimitris Chloupis a écrit : I did not want to go with the original design because frankly that is not my style. I rather have something unique. Extruding the logo would look very boring and its defi

Re: [Pharo-users] OSProcess missing from Pharo 6 image

2016-10-28 Thread stepharo
This is also part of the vision document. Now first SubOSProcess should work on windows. Then Guillermo is RIGHT. We will continue to work on - creating a pharo minimal image - producing configurations - creating one image with default loaded configurations. You see the two obje

Re: [Pharo-users] Writing files - Mac OS or Pharo change?

2016-10-28 Thread stepharo
Le 28/10/16 à 10:33, Marcus Denker a écrit : This seems this error: https://pharo.fogbugz.com/f/cases/19227/Writing-a-File-with-a-relative-path-to-the-working-directory-results-in-FileException-cannot-open-file and this is caused by it, too. https://pharo.fogbugz.com/f/cases/19064/Fuel-out-s

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-10-28 Thread stepharo
we need a fresnel lens and such books are some :) https://en.wikipedia.org/wiki/Fresnel_lens Le 27/10/16 à 13:32, Dimitris Chloupis a écrit : In case someone missed it I will be doing a release for version 5 (pharo version = pbe version) this weekend , since we had Pharo 7 initiated few days

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-10-28 Thread stepharo
Dimitri when you are done I will add an entry in the http://books.pharo.org I did one for the spec tutorial so we will be able to announce both. Stef Le 27/10/16 à 13:32, Dimitris Chloupis a écrit : In case someone missed it I will be doing a release for version 5 (pharo version = pbe versi

Re: [Pharo-users] DatePrinter

2016-10-28 Thread stepharo
'Dimanche' 'Lundi' 'Mardi' 'Mecredi' 'Jeudi' 'Vendredi' 'Samedi' ) Stef Le 27/10/16 à 14:27, Denis Kudriashov a écrit : 2016-10-27 14:22 GMT+02:00 stepharo : (ZTimestampFormat fromString: 'SAT, FEB 03 2001 (16:05:06)') french #french is your addition? or it was already supported?

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-28 Thread stepharo
ince they are too hard to keep updated. On Thu, Oct 27, 2016 at 3:04 PM Vitor Medina Cruz mailto:vitormc...@gmail.com>> wrote: *stepharo:* Why not pushing/improving either UPBE ProfStef With the Mooc Counter exampl

Re: [Pharo-users] DatePrinter

2016-10-27 Thread stepharo
'Juillet' 'Août' 'Septembre' 'Octobre' 'Novembre' 'Décembre' ). self weekdayNames: #( 'Dimanche' 'Lundi' 'Mardi' 'Mecredi' 'Jeudi' 'Vendredi' 'Samedi&

Re: [Pharo-users] DatePrinter

2016-10-27 Thread stepharo
what you want. But example based date/time formatting and parsing are really nice 2016-10-27 13:20 GMT+02:00 stepharo <mailto:steph...@free.fr>>: Hi for a little project I need to print date in a nice way (for example french) and I wonder if someone already did that. Right

[Pharo-users] DatePrinter

2016-10-27 Thread stepharo
Hi for a little project I need to print date in a nice way (for example french) and I wonder if someone already did that. Right now I'm extracting behavior from Date and putting it in its own class so that I can write testAPI | datePrinter | datePrinter := DatePrinter new. date

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-26 Thread stepharo
guys , porting it to 6 should be relative easy. I know that I was thinking about the next iteration when I rewrote some parts. So I will print it and browse to see how it feels. On Wed, 26 Oct 2016 at 18:44, stepharo <mailto:steph...@free.fr>> wrote: Thanks this is cool to hear

Re: [Pharo-users] [ANN] New Pharo blog - "Pharo Trek"

2016-10-26 Thread stepharo
use ecstatic because of lack of documentation. I was not also convinced that would make my life easier. I live the name though :) On Wed, 26 Oct 2016 at 00:45, stepharo <mailto:steph...@free.fr>> wrote: dimitris may be you should have a look at ecstatic. We should migrate

Re: [Pharo-users] [ANN] New Pharo blog - "Pharo Trek"

2016-10-26 Thread stepharo
ecstatic because of lack of documentation. I was not also convinced that would make my life easier. I live the name though :) On Wed, 26 Oct 2016 at 00:45, stepharo <mailto:steph...@free.fr>> wrote: dimitris may be you should have a look at ecstatic. We should migrate

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-26 Thread stepharo
to easy the entrance barriers that Pharo has by it's quite different, yet powerful, programming model and environment. When I talk to people I know that have tried Pharo, that is the biggest problem. That is just my two cents. :) And thanks for all the new links :) Regards,

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-26 Thread stepharo
easy the entrance barriers that Pharo has by it's quite different, yet powerful, programming model and environment. When I talk to people I know that have tried Pharo, that is the biggest problem. That is just my two cents. :) And thanks for all the new

Re: [Pharo-users] UFFI and ObjC

2016-10-26 Thread stepharo
Le 26/10/16 à 12:22, Dimitris Chloupis a écrit : I always listen , and I did try it, same problem I am innocent your Honor Pharo Configuration worked great :) Do you think its worth taking a stab at Mars, is this how it works on macos ? Yes :) What would be super cool is a spec binding :)

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-25 Thread stepharo
Le 25/10/16 à 15:05, Dimitris Chloupis a écrit : PBE is for Pharo version 5, I will give it another look to start porting it to Pharo version 6. Will add a git tag and make release for 5. Thanks. Yes it would be an immense help. Stef On Tue, Oct 25, 2016 at 10:19 AM p...@highoctane.be

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-25 Thread stepharo
thanks for this feedback. This reminds me that we should finish to push Updated Pharo by Example to the publication part Le 24/10/16 à 07:56, Nicolai Hess a écrit : Am 23.10.2016 3:16 nachm. schrieb "Vitor Medina Cruz" mailto:vitormc...@gmail.com>>: > > I think the MOOC is too much for a

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-25 Thread stepharo
lding the Quinto game or the counter does not work for you. Stef Le 24/10/16 à 00:50, Vitor Medina Cruz a écrit : *stepharo:* I am not saying it for me, but to get other people into the Smalltalk community. My interest in Smalltalk spark the first time I read the Design Principles B

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-25 Thread stepharo
It was quite fun Tx for this cool tour. https://pharoweekly.wordpress.com/2016/10/25/the-four-stages-of-pharo-addiction/ Stef Le 23/10/16 à 18:26, Dimitris Chloupis a écrit : The four stages of Pharo addiction STEP1 "I am interested in Pharo , any quick tutorial to get me started ?" If you

Re: [Pharo-users] SCouchDB install not working in Pharo: "MessageNotUnderstood: receiver of ""mantis"" is nil"

2016-10-25 Thread stepharo
Le 25/10/16 à 17:56, p...@vanderheyden.be a écrit : Hi, I have tried to 'ConfigurationOfSCouchDB load' in Pharo 4 and 5. It seems to load an old configuration of Seaside and it ends up with an error: "No version found for #stable of ConfigurationOfOmniBrowser while loading Seaside" Indeed

Re: [Pharo-users] [ANN] New Pharo blog - "Pharo Trek"

2016-10-25 Thread stepharo
dimitris may be you should have a look at ecstatic. We should migrate it to the latest version of Pillar but our ideas was to use pillar to produce static web site. http://guillep.github.io/ecstatic/ The web site of guille is produced with ecstatic https://guillep.github.io/research.html If

Re: [Pharo-users] [Pharo-dev][ANN] Scale

2016-10-24 Thread stepharo
This is cool and I will use it to replace my bash scripts (because I cannot debug them :). Stef Le 23/10/16 à 20:36, Santiago Bragagnolo a écrit : Hi everybody. We are officially releasing a first version of scale. Scale is a command line handler that is there for making easier the life of

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-23 Thread stepharo
May be you miss it but it is call Pharo by Example. or tinyBlog or ProfStef I think the MOOC is too much for a tutorial. What I miss today is a good written (no videos! Please!) tutorial that teaches just a little of the language and give a few guidelines on how to do simple stuf

Re: [Pharo-users] Spec: scaling imageModels

2016-10-22 Thread stepharo
Hi matteo Please open a bug entry and submit a fix and there is a good chance that your enhancements will be added to Pharo. We cannot crawl the mails and do that in addition to all the rest. :) Stef

Re: [Pharo-users] Garage sqlite on pharo > 5

2016-10-20 Thread stepharo
s not constructive, man. We need DB access. Pharo without DB access is going nowhere in the industry. Just had a pairing session w/ Doru and guess what? The data I need for Moose/Roassal usage is in a database. -_O Phil On Mon, Oct 17, 2016 at 7:29 PM, stepharo <mailto:steph...@free.fr

Re: [Pharo-users] Spec: scaling imageModels

2016-10-20 Thread stepharo
Hi matteo Please open a bug entry and submit a fix and there is a good chance that your enhancements will be added to Pharo. We cannot crawl the mails and do that in addition to all the rest. :) Stef

Re: [Pharo-users] CodeGenerator, your opinions?

2016-10-19 Thread stepharo
would be nice to ask dragos his Smalltalk code :) Le 18/10/16 à 21:20, p...@highoctane.be a écrit : http://www.micro-workflow.com/PDF/wecfo.pdf seemed interesting. Not state machines per se but still. Longer paper here: http://micro-workflow.com/PDF/phdthesis.pdf Phil On Tue, Oct 18, 2016 a

Re: [Pharo-users] CodeGenerator, your opinions?

2016-10-19 Thread stepharo
Looks fun :) Le 18/10/16 à 19:10, Evan Donahue a écrit : So this isn't a specific out-of-the-box solution to any of the code-generation use cases people have been discussing, but I thought it was relevant enough to toss it out there. I'm currently doing some work on program synthesis using a

Re: [Pharo-users] CodeGenerator, your opinions?

2016-10-19 Thread stepharo
Hernan What is the input you take to generate magritte? Lionel would like to have a kind of Crud on top of Pharo and it would be good for business. Stef Le 18/10/16 à 18:07, Hernán Morales Durand a écrit : 2016-10-18 9:35 GMT-03:00 Lionel Akue >: Great!

Re: [Pharo-users] CodeGenerator, your opinions?

2016-10-19 Thread stepharo
Le 18/10/16 à 07:24, Hernán Morales Durand a écrit : Hi guys, I am writing a code generator, doing a few iterations right now. I want your opinion, which most useful thing would you like to be generated automatically? It could be a pattern, an idiom, another language... For example my own

Re: [Pharo-users] Garage sqlite on pharo > 5

2016-10-17 Thread stepharo
Guillermo created Garage because the consortium asked and payed him to do and I think that he did it well. Now Guillermo does not use any database during his development and he is busy to work on many important tasks for Pharo. I will ask Guillermo to declare Garage as dead and people should n

Re: [Pharo-users] looking for a tutorial on sounds in Pharo

2016-10-16 Thread stepharo
https://ci.inria.fr/pharo-contribution/view/Books/job/PharoReadyForReviews/19/artifact/book-result/Sound/Sound.pdf Le 16/10/16 à 13:29, p...@highoctane.be a écrit : https://github.com/xmessner/PharoSoundTutorial/blob/master/Sound_en.pier On Sun, Oct 16, 2016 at 1:16 PM, Grigory Hatsevich ma

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-15 Thread stepharo
Hi Horrido The tinyblog tutorial is a tutorial on build a real little web application. We worked on it with Olivier and we decided to reuse an adpat it for the mooc. If you want to help what we are trying to do is the following (but I need time hence you can help): - take the mooc vers

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-13 Thread stepharo
pushing and having fun. Stef On Tue, Oct 11, 2016 at 12:38 PM, stepharo <mailto:steph...@free.fr>> wrote: Hi andreas are you using Pharo at work :)? Can we know more? Stef Le 11/10/16 à 17:28, Andreas Sunardi a écrit : I confirmed the new version is

Re: [Pharo-users] [ann] pillar text editor

2016-10-11 Thread stepharo
Le 10/10/16 à 08:59, Tudor Girba a écrit : Hi, On Oct 10, 2016, at 8:48 AM, stepharo wrote: Doru do you think that we could get a simple visitor that could create a preview in Pharo? What kind of preview? Like LaTeX :) but simpler Large and Nice fonts for section would be a good start

Re: [Pharo-users] double dispatch example

2016-10-11 Thread stepharo
Tx todd For me it was too complex. I should check the book and andres and now I used the examples given my alex. Le 10/10/16 à 09:24, Todd Blanchard a écrit : On Sep 13, 2016, at 12:35, Denis Kudriashov <mailto:dionisi...@gmail.com>> wrote: 2016-09-13 20:56 GMT+02:00

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-11 Thread stepharo
e with the latest $ cd ../shared $ rm Pharo5.0.{image,changes} $ unzip ../../Pharo-Image-5.0-latest.zip $ mv Pharo-50761.image Pharo5.0.image $ mv Pharo-50761.changes Pharo5.0.changes Now, we can run pharo with libc < 2.15 $ cd .. $ pharo I hope that help!

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
Ok thanks! I will try tomorrow. Stef Le 9/10/16 à 21:29, Damien Pollet a écrit : On 9 October 2016 at 20:03, stepharo <mailto:steph...@free.fr>> wrote: I tried to add a title to a book { "title":"Learning Programming with Pharo", I t

Re: [Pharo-users] Pillar book makefile or template is broken.

2016-10-09 Thread stepharo
Le 9/10/16 à 21:23, Damien Pollet a écrit : On 9 October 2016 at 19:47, stepharo <mailto:steph...@free.fr>> wrote: - chmod +x support/latex/sbabook/gitinfo2.sh Now I have no idea where I should add this command. That should be versioned as part of sbabook. On my machi

  1   2   3   4   5   6   7   8   9   10   >