Re: [Pharo-users] Compiling pillar documents in Windows
Phil, Exactly that's my point I don't know if its possible to generate PDFs in Windows. In OSX works fine...because pdf2latex is there Thanks *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Tue, Jan 20, 2015 at 12:26 PM, p...@highoctane.be wrote: > I am doing my pillar work in CentOS Linux and Ubuntu 14. > > Now, I think you can get it working in Windows but the main issue will be > generating PDF files as the system uses pdflatex and I don't know how to do > that in Windows. > > HTH, > Phil > > On Tue, Jan 20, 2015 at 3:17 PM, nacho <0800na...@gmail.com> wrote: > >> Is it possible to compile pillar documents under windows? >> I have no problem in doing that in my OSX machine, but I need it to do it >> in >> Windows and can't figure it out. Guess support is only for *NIX os? >> thanks in advance >> Nacho >> >> >> >> >> - >> Nacho >> Smalltalker apprentice. >> Buenos Aires, Argentina. >> -- >> View this message in context: >> http://forum.world.st/Compiling-pillar-documents-in-Windows-tp4800644.html >> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >> >> >> > > > -- > >
Re: [Pharo-users] smalltalk, objects and design - chamond liu
It's a very good introductory book for Smalltalk in general but it is not focused on Pharo but in IBM's Smalltalk. It has a good treatment of OOP, and the basic classes. But if you want to learn about specific Pharo frameworks and APIs it wont help you that much. cheers Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Sun, Jan 25, 2015 at 6:37 PM, Mayuresh Kathe wrote: > hello, > > would the book; smalltalk, objects and design by chamond liu be > considered good to work through using "pharo"? > > i am currently working through; squeak, a quick trip to object-land. > while nice as an introduction, doesn't feel like it might be deep enough > for me as i progress further. > > i am looking at the pharo books, but, a previous discussion mentioned > something about newer versions being in the works, would prefer to wait > for them. > > ~mayuresh > > >
Re: [Pharo-users] smalltalk, objects and design - chamond liu
Also the book by Chamond Liu has a chapter in Design Patterns... *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Mon, Jan 26, 2015 at 1:38 AM, Sebastian Heidbrink wrote: > no! > > > > > On 2015-01-25 7:48 PM, Mayuresh Kathe wrote: > >> thanks. a question; would the second book require me to work through the >> original book on design patterns first? >> >> ~mayuresh >> >> On Sun, Jan 25, 2015 at 06:06:31PM -0800, Sebastian Heidbrink wrote: >> >>> Definitely a good book! >>> >>> You might also consider these, too: >>> >>> for the couch, or desk while waiting: >>> http://sdmeta.gforge.inria.fr/FreeBooks/WithStyle/SmalltalkWithStyle.pdf >>> >>> a must >>> http://www.amazon.ca/The-Design-Patterns-Smalltalk- >>> Companion/dp/0201184621 >>> >>> Sebastian >>> >>> >>> On 2015-01-25 1:37 PM, Mayuresh Kathe wrote: >>> >>>> hello, >>>> >>>> would the book; smalltalk, objects and design by chamond liu be >>>> considered good to work through using "pharo"? >>>> >>>> i am currently working through; squeak, a quick trip to object-land. >>>> while nice as an introduction, doesn't feel like it might be deep enough >>>> for me as i progress further. >>>> >>>> i am looking at the pharo books, but, a previous discussion mentioned >>>> something about newer versions being in the works, would prefer to wait >>>> for them. >>>> >>>> ~mayuresh >>>> >>>> >>>> >>>> >>> >> > >
Re: [Pharo-users] NumericalMethods and SciSmalltalk
That was my question. If in Pharo 4 the NumericalMethods package will be deprecated and instead SciSmalltalk will be de defacto package for stats. thanks *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Mon, Jan 26, 2015 at 3:56 PM, Werner Kassens wrote: > but numericalmethods and scismalltalk are not usable together they > overwrite each other and that produces nonsense > werner > > On 01/26/2015 07:50 PM, Werner Kassens wrote: > >> in scismalltalk a fork of numericalmethods is used. >> DhbNormalDistribution in scismalltalk should be exactly the same as in >> numericalmethods and should be usable without code change. >> werner >> > >
Re: [Pharo-users] SPEC and Athens
It's how the examples of spec are presented in the website http://spec.st cheers *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Tue, Jan 27, 2015 at 4:26 PM, sergio_101 wrote: > just out of curiousity.. what is that a screenshot of? my pharo looks > nothing like that.. nice font! > > On Tue Jan 27 2015 at 11:02:50 AM Mark Rizun wrote: > >> Hi, >> >> Not sure if it helps but for morphs you have next "transformation to >> model": >> >> | morph | >> >> morph := CalendarMorph on: Date today. >> ^ morph asSpecAdapter >> >> >> Please read details here: >> http://spec.st/docs/insert-morph/ >> >> Mark >> >> 2015-01-27 16:57 GMT+01:00 Sebastian Heidbrink : >> >>> Hi! >>> >>> Okay so I am currently trying Spec out and I need some advice. >>> >>> Which is the Model to use for a ASVGMorph ("AthensSvgMorph")? >>> >>> Is there an example availabel somewhere? >>> >>> Thanks >>> Sebastian >>> >>> >>
Re: [Pharo-users] Pharo Sound of Silence
Sean, Could please indicate me how I have to do to play a mp3 inside Pharo? I loaded FMOD from your repo, but I don't know if I have to install something else, or where the mp3 file has to be or what class use. I'm running Pharo 3 and 4 under Win 8.1 Thanks in advance! best Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Wed, Jan 28, 2015 at 6:12 AM, Xavier MESSNER wrote: > Sean P. DeNigris wrote > > > > Evan Donahue wrote > >> I'm trying to get sounds working in Pharo > > If it helps, I started a minimal wrapper of the cross-platform FMOD > > library at http://smalltalkhub.com/#!/~SeanDeNigris/FMOD . I did enough > to > > play mp3s. > > Really great ! i will try this on my linux box, thanks ! > > Xavier. > > > > -- > View this message in context: > http://forum.world.st/Pharo-Sound-of-Silence-tp4801562p4802113.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > >
Re: [Pharo-users] New book for Pharo :)
I think SciTalk is a nice name :p *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Wed, Jan 28, 2015 at 5:14 PM, stepharo wrote: > > I see and appreciate your effort really, but there is no reason to hide > NumericalMethods from the book announcement. > > I do not know NumericalMethods. I vaguely recall that you were no happy > that serge wants to change the code > because it would not be in sync with the book. Now we can co-evolve them. > Every I do is open-source and freely accessible so position yourself and > join effort (I do not like SciSmalltalk as a name). > Now we have the possibility to make on nice library but you need to sync. > > I am trying to avoid what the Python community did with NumPy and SciPy > which is a mess. > > Ah you see you have to sync with Serge. I think that Serge was not > aware about that you publish the code in your repository. > Now we want to rename the acronym (because DHB is not good) and probably > improve the code > of the library while keeping the book in sync (like using String > streamContents for printing). > I personally hate to see all the comment with a copyright and a commit > dates. > > Stef > > Hernán > > > 2015-01-28 16:16 GMT-03:00 stepharo : > >> Hernan >> >> This is 8 months that I push didier to release it. I spent my week-end to >> edit it. >> So when you talk about respect use your energy th right way. >> >> Stef >> >> >> >> 2015-01-28 14:21 GMT-03:00 stepharo : >> >>> Didier Besset offered his great book "Object-Oriented Implementation of >>> Numerical Methods >>> An Introduction with Smalltalk and Java" to the community. >>> >>> We would like to thank Didier Besset for his great book and for his gift >>> of the source and implementation to the community. >>> >>> >> This is indeed, great news. >> >> >>> >>> You can find >>> • Archive of the original book, with code in both Java and Smalltalk >>> https://github.com/SquareBracketAssociates/ArchiveOONumericalMethods >>> >>> >>> https://github.com/SquareBracketAssociates/ArchiveOONumericalMethods/blob/master/NumericalMethods/2015-Jan-WholeBookST-Java.pdf >>> >>> >>> • An abridged version of Didier’s book, without the Java >>> implementation and reference; our goal is to make the book slimmer and >>> easier to read. The implementation presented in this book is part of the >>> SciSmalltalk library. >>> >>> >> The implementation presented in his book is part of the >> NumericalMethods library. >> >> You want to promote SciSmalltalk, then first respect others. >> NumericalMethods could be part of SciSmalltalk, but it is the library where >> code was originally released. >> >> Cheers, >> >> Hernán >> >> >> > >
Re: [Pharo-users] Updated Pharo Days Schedule
Great news. Thanks!! Best, Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Sat, Jan 31, 2015 at 6:20 AM, stepharo wrote: > All the presentations were recorded on a cheap video camera and we will > upload them. > Martin should have them. > > Stef > > Le 27/1/15 18:19, Andy Burnett a écrit : > >> Any chance that the presentations will be video recorded? I can't attend >> but I would love to watch. >> >> Cheers >> Andy >> >> >> >> >> > >
Re: [Pharo-users] Pharo on Raspberry Pi 2
Thierry, Pharo runs in the previous RPI, the problem actually is not more horsepower but a JIT VM. I think Tim was working in that, but the VM is not quiet there yet. >From my experience, Pharo at this stage is only barely usable. But if the VM was similar in specification to that of the x86 architecture I can bet that Pharo will run perfectly well doing some tricks. cheers *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Mon, Feb 2, 2015 at 9:35 AM, Thierry Goubier wrote: > Hi all, > > given this announcement, what would this mean for Pharo on the Raspberry > Pi 2? > > Thierry > > http://www.raspberrypi.org/raspberry-pi-2-on-sale/ > > Let’s get the good stuff out of the way above the fold. Raspberry Pi 2 is > now on sale *for $35* (the same price as the existing Model B+), > featuring: > >- A 900MHz quad-core ARM Cortex-A7 CPU (~6x performance) >- 1GB LPDDR2 SDRAM (2x memory) >- Complete compatibility with Raspberry Pi 1 > > Because *it has an ARMv7 processor*, it can run the full range of ARM > GNU/Linux distributions, including Snappy Ubuntu Core, as well as Microsoft > Windows 10. >
Re: [Pharo-users] spotter preview
Really cool. What's the key combination for Windows? Thanks Doru *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Mon, Feb 2, 2015 at 6:02 PM, Tudor Girba wrote: > Hi, > > The Glamorous Team is happy to present a new feature in Spotter: preview > (you toggle it with Cmd+p). We think this boosts the usefulness of the > Spotter interface significantly. > > [image: Inline image 1] > > For more details, please take a look at: > http://www.humane-assessment.com/blog/boosting-gtspotter-with-preview > > This is available in the Moose image, and it will soon be integrated in > the Pharo one. > > Please let us know what you think. > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "Every thing has its own flow" >
Re: [Pharo-users] NumericalMethods and SciSmalltalk
Given that I proposed the name, I couldn't resist to propose the logo :p what do you think? I've checked and the image has a free license. best Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Sat, Jan 31, 2015 at 2:48 PM, stepharo wrote: > > Le 27/1/15 00:29, Werner Kassens a écrit : > >> let me rephrase it just that there are no misunderstandings, >> NumericalMethods is independent of SciSmalltalk and does work in Pharo4 >> > > By SciTalk will include its own copy of NumericalMethods. > > Stef > >> werner >> >> >> On 01/26/2015 10:22 PM, Ignacio Sniechowski wrote: >> >>> That was my question. If in Pharo 4 the NumericalMethods package will be >>> deprecated and instead SciSmalltalk will be de defacto package for stats. >>> >> >> >> > >
Re: [Pharo-users] RadarMorph (was Re: Canvas Transform Goes Haywire if Scaled)
awesome! question, the UI was made completely in Morphic? or did you use Spec? thanks *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Thu, Feb 5, 2015 at 3:06 PM, Sean P. DeNigris wrote: > Nicolai Hess wrote > > What do you want to achieve? > > I've created an infinite desktop a la Self. To make things manageable, I'm > currently writing a RadarView (also just like Self) to show a map of all > the > objects on the desktop, and the position of the current viewport. It's > working now thanks to your help! > > There is now only 1 major bug, and 3 little glitches: > 1. (BUG): Every once in a while (can't figure out how to reproduce), it > displays the Red X of Death like so: > > <http://forum.world.st/file/n4804025/Screenshot_2015-02-05_11.png> > > 2. When the container window is moved, the contents temporarily jump out of > the radar screen > 3. when the radar is dragged over another morph in the Self World, the > clipping gets very weird > 4. One side of the blue highlight rectangle sometimes disappears on resize > > #2, #3, and #4 can be seen in this screencast: https://vimeo.com/118826521 > > > > > > - > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/Canvas-Transform-Goes-Haywire-if-Scaled-tp4803830p4804025.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > >
Re: [Pharo-users] Published some old games ...
Stef, Thanks so much! I love this because its fun to analyze the code and learn from it. Best Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Sun, Feb 8, 2015 at 6:28 AM, stepharo wrote: > Hi guys > > It was for so long on my todo list that I decided to start addressing it. > I publish games that were defined long time ago in Squeak. > - Tetris > - Miners > - SameGame > - ChineseCheckers > > There are now available via the metarepository configuration browser > I will continue to publish some others. > > > Stef > > > > >
Re: [Pharo-users] Published some old games ...
Impressive! I love your tetris. In the Sudoku you should put bigger numbers, they are too small. The eater I think is still work in progress, isn't it? Would you wirte a tutorial on how do you develop the Tetris or the Sudoku? It would be great! thank Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Mon, Feb 9, 2015 at 5:11 PM, Laura Risani wrote: > Hi , > > I developed some little games in distribution v3 (seems they work fine in > v4 except perhaps some visual difference). > If you want to take a look at them (feedback is welcome) they are here > > MCSmalltalkhubRepository > owner: 'squidik' > project: 'Games' > user: '' > password: nil > > Love, > Laura > > On Mon, Feb 9, 2015 at 5:04 PM, stepharo wrote: > >> You have basically >> logicalfont that describes what you want >> then a logicial font is checking reality and you get a Strikefont? or >> a FT >> Now htere were many patches and globals so this part would really need to >> cleaning such StandardFonts which is a kind of registry. >> Especially because FT are not polymorphic with StrikeFont. >> >> >> >> >> Le 8/2/15 22:33, kilon alios a écrit : >> >> Does pharo come with its own standard TTFs ? I am unfamiliar with how >> fonts work in Pharo exactly will take a look at mines and see what I can >> understand. >> >> On Sun, Feb 8, 2015 at 11:11 PM, stepharo wrote: >> >>> Thanks I do not get why it does not work with me. O_o >>> >>> Le 8/2/15 20:07, kilon alios a écrit : >>> >>> Well done Stef . The artefact problem is gone and I have committed your >>> configuration to MetaRepo4. >>> >>> On Sun, Feb 8, 2015 at 8:30 PM, stepharo wrote: >>> >>>> I fixed it. >>>> Now this is a good example on how an application should embed its fonts. >>>> >>> In fact this is a good example on why an application should embed its >>> fonts and I would like to have a solution for that. >>> >>> >>> >>>> Stef >>>> Le 8/2/15 19:12, kilon alios a écrit : >>>> >>>> >>>>> In case of mines I see now that each opened cell is a red box of doom . >>>>> >>>>> Apparently the morph DNU fontOfSize . Looks like StrikeFont class is >>>>> the culprit used in MinesTile>>drawOn: >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> >
Re: [Pharo-users] Problems evaluating message sends in run-time arrays
| colorList | colorList := [ Color blue class ] value. *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Tue, Feb 10, 2015 at 10:38 PM, Andy Burnett < andy.burn...@knowinnovation.com> wrote: > I would like to create an array with a collection of colour values. > > I tried both: > > colorList := {Color blue} > and > colourList := {Color named: #blue.}. > > In both cases it evaluates to 'Color blue' rather than the Color object. > > What surprised me was that: > > charList := {Character digitValue:35. Character digitValue:33.}. > > Does evaluate to an array of two characters. What is going on? > > Cheers > Andy > ᐧ >
Re: [Pharo-users] Problems evaluating message sends in run-time arrays
or | colorList | colorList := { Color blue class }. *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Tue, Feb 10, 2015 at 10:38 PM, Andy Burnett < andy.burn...@knowinnovation.com> wrote: > I would like to create an array with a collection of colour values. > > I tried both: > > colorList := {Color blue} > and > colourList := {Color named: #blue.}. > > In both cases it evaluates to 'Color blue' rather than the Color object. > > What surprised me was that: > > charList := {Character digitValue:35. Character digitValue:33.}. > > Does evaluate to an array of two characters. What is going on? > > Cheers > Andy > ᐧ >
Re: [Pharo-users] pharo and ui again
Hi Stephan, I've tried to run your package in both Pharo 3 and 4 but there are some missing classes. Do I need to install some dependencies before? Thanks Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Thu, Feb 12, 2015 at 12:22 PM, Stephan Eggermont wrote: > Sebastian wrote: > >After 5 days I can tell ,that I am lost in Morphic, UIManager, > Traits/No-Traits, Spec, GLMMorphic, Poly > >And sometimes things are even mixed up and I am not able to decide which > approach to follow,... > > If your goal is a "Maya Editor"-like UI, I've put together something that > could be useful as > a starting point. I would be interested in how to encapsulate this in > Spec, and in what should > change in Bloc. The idea is to grow it into a tutorial. > > http://smalltalkhub.com/#!/~StephanEggermont/MorphicDraw > > Stephan > > > > > > >
Re: [Pharo-users] On GUI design and how to benchmark it
Sebastian, Thanks for sharing this. I found the thesis interesting. There are several points that are worth take into account: He says when analyzing the possible outcomes of his thesis that: "Putting paradigms aside, another possible outcome is that the language’s, the IDE’s and/or the toolkit’s role in GUI development is much more crucial than the role of the paradigm." Which I think is probably the case of Pharo. Also in another part: "The existence of GUI builders for nearly all popular GUI toolkits demonstrates that there are reasons for avoiding manual layout specifications in code. Of course, GUI builders have some inherent advantages9 such as easier discovery of all the widgets, immediate design feedback for prototyping and little need to learn the layout API which in principle allows non-programmers to create the layout. Still, the question is whether the paradigm, language (environment) or toolkit can reduce the demand for a GUI builder which would lead to simpler tooling requirements or, at least, to a convenient alternative for situations where for some reason or another a GUI builder cannot be used." And I think in the case if Pharo we should have a combination of both. Also the discussion of whether the UI toolkit should have an implementation language different of the DSM or if it should have the same is interesting. Again thanks for sharing. cheers Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Sun, Feb 15, 2015 at 10:08 AM, Sebastian Sastre < sebast...@flowingconcept.com> wrote: > Hi guys, > > I saw the interest in GUI lately and today I come across this really well > researched master thesis paper that can put some light on how good we can > perform in the GUI spectrum in terms of practicality, expressivity and > productivity > > Introduction > > Even though OOP was born with the SIMULA programming language in the > 1960s [15], it was Smalltalk that coupled GUI development with the OOP > paradigm > [25]. Smalltalk’s inventor Alan Kay was inspired by SIMULA, among other > influences, to create a new language for graphics-oriented applications > leveraging the OOP paradigm – and the rest is history [24]. Ever since > Smalltalk successfully showed the promise of OOP for GUI development a > great deal of subsequent OOP languages and, particularly, object-oriented GUI > toolkits came into existence and eventually into the mainstream. Nearly > all mainstream programming languages today directly support the OOP paradigm > and there is hardly any widely used GUI toolkit that does not use OOP. > Various popular examples of toolkits like Cocoa, WinForms, Qt, wxWidgets, > Tk, Swing and GTK+1 all seem to validate the notion of OOP and GUI development > being a good fit. > continues: http://www.eugenkiss.com/projects/thesis.pdf > > And it seems it triggered this movement of people that are open to receive > implementations of the seven dimensions of this benchmark in his repo: > > https://github.com/eugenkiss/7guis/wiki > > I beleive Pharo can score nicely there and if would be a Pharo > implementation there a whole new audience (that we probably aren't reaching > now) might take a serious try > > from mobile > > >
Re: [Pharo-users] New success stories
Stef, Love Quuve!! However, the site of Quuve seems to be blank, or perhaps it's just my browser? cheers Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Sat, Mar 28, 2015 at 4:43 AM, stepharo wrote: > http://pharo.org/success/Quuve > > http://pharo.org/success/iBizLog > > stef > >
Re: [Pharo-users] The Pillar TextMate plugin can now preview Pillar files
Luc, Thanks to you for developing this! Unfortunately I get this error now: Typeset and view: line 17: /Aplications/Pharo4.0.app/Contents/MacOS/Pharo: No such file or directory cat: /Users/nacho/GitHub/EnterprisePharo/Fuel/Fuel.html: No such file or directory And I've checked and the Pharo VM is there as well as the image. One question. Besides Pillar should I install something else? Thanks Luc cheers Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Tue, Apr 28, 2015 at 4:50 PM, Luc Fabresse wrote: > Hi Nacho, > > Thanks for beta testing. > And sorry, I forgot that part in my README. > The plugin *was* using the pillar command line script (cf. doc here > https://github.com/pillar-markup/book-skeleton#installing-pillar-command). > > BUT, I removed this dependency. > Please re-install the plugin and re-test. > Fingers-crossed ;-) > > Cheers, > > #Luc > > 2015-04-28 11:28 GMT+02:00 nacho <0800na...@gmail.com>: > >> Luc, >> Thanks for your prompt response. >> This is what happens when I do as you said. >> <http://forum.world.st/file/n4822429/w.jpg> >> >> Thanks >> Nacho >> >> >> >> >> - >> Nacho >> Smalltalker apprentice. >> Buenos Aires, Argentina. >> -- >> View this message in context: >> http://forum.world.st/The-Pillar-TextMate-plugin-can-now-preview-Pillar-files-tp4821761p4822429.html >> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >> >> >
Re: [Pharo-users] The Pillar TextMate plugin can now preview Pillar files
You are right!! I will check Thanks *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Tue, Apr 28, 2015 at 5:17 PM, Michal Balda wrote: > Hi, > shouldn't the path start with /Ap*p*lications/ instead of /Aplications/? > > > Michal > > > > On 28.4.2015 22:01, Ignacio Sniechowski wrote: > > Luc, > Thanks to you for developing this! > Unfortunately I get this error now: > > Typeset and view: line 17: > /Aplications/Pharo4.0.app/Contents/MacOS/Pharo: No such file or directory > cat: /Users/nacho/GitHub/EnterprisePharo/Fuel/Fuel.html: No such file or > directory > > And I've checked and the Pharo VM is there as well as the image. > One question. Besides Pillar should I install something else? > Thanks Luc > cheers > Nacho > > > > > > > *Lic. Ignacio Sniechowski, MBA* > *Prosavic SRL* > > *Tel: (011) 4542-6714* > > > > > > > > > > > > > > > > > > > > On Tue, Apr 28, 2015 at 4:50 PM, Luc Fabresse > wrote: > >> Hi Nacho, >> >> Thanks for beta testing. >> And sorry, I forgot that part in my README. >> The plugin *was* using the pillar command line script (cf. doc here >> https://github.com/pillar-markup/book-skeleton#installing-pillar-command >> ). >> >> BUT, I removed this dependency. >> Please re-install the plugin and re-test. >> Fingers-crossed ;-) >> >> Cheers, >> >> #Luc >> >> 2015-04-28 11:28 GMT+02:00 nacho <0800na...@gmail.com>: >> >>> Luc, >>> Thanks for your prompt response. >>> This is what happens when I do as you said. >>> <http://forum.world.st/file/n4822429/w.jpg> >>> >>> Thanks >>> Nacho >>> >>> >>> >>> >>> - >>> Nacho >>> Smalltalker apprentice. >>> Buenos Aires, Argentina. >>> -- >>> View this message in context: >>> http://forum.world.st/The-Pillar-TextMate-plugin-can-now-preview-Pillar-files-tp4821761p4822429.html >>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >>> >>> >> > >
Re: [Pharo-users] The Pillar TextMate plugin can now preview Pillar files
How do I do that in a fresh Pharo 4 image? Thanks nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Tue, Apr 28, 2015 at 5:59 PM, Cyril Ferlicot wrote: > Take the last version of Pillar ;) At least the 0.48 in configuration of > pillar > > On 28 April 2015 at 22:43, nacho <0800na...@gmail.com> wrote: > > I think I've discovered the problem. > > The problem is that the Pharo image creates a filename.pillar.html file > > while TextMate search is for filename.html. > > > > Is this something that I should correct somewhere? > > Thanks > > Nacho > > > > > > > > > > - > > Nacho > > Smalltalker apprentice. > > Buenos Aires, Argentina. > > -- > > View this message in context: > http://forum.world.st/The-Pillar-TextMate-plugin-can-now-preview-Pillar-files-tp4821761p4822667.html > > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > > > > > -- > Cheers > Cyril Ferlicot > >
Re: [Pharo-users] Question on FUEL & Simple Persistence
Thanks Torsten! I will check that pharocast right now. cheers Nacho *Lic. Ignacio Sniechowski, MBA* On Sat, Mar 1, 2014 at 2:12 PM, Torsten Bergmann wrote: > >When I try to install FUEL in a fresh Pharo 3.0 (latest) image, I get the > >following warning: > > Fuel is already in the standard image, no need to load it. > > > >Now going to Simple Persistence, reading through the comments it seems > that > >depends on FUEL, isn't it? > >Are there any tutorial or example using SP? > > Google for it. I would recommend: > > > http://www.pharocasts.com/2010/04/sandstonedb-simple-activerecord-style.html > > Just open the config browser in a fresh Pharo 3.0, click on "Tools" -> > "Configuration Browser" > and load SimplePersistence. > > Then implement a subclass of SpFileDatabase for your custom simple > persistence > as in the tutorials. > > Bye > T. > >
Re: [Pharo-users] [ANN] ArchLinux pharo-vm / pharo-launcher packages
Thanks a lot. This is great news! Cheers Nacho > El 18/03/2014, a las 18:40, Laurent Laffont > escribió: > > Hi ArchLinux users, > > you can now install pharo vm on Arch with: > > $ yaourt pharo-vm-latest > > then > > $ pharo /path/to/your/image > > > There's also a pharo-launcher package that depends on pharo-vm: > > $ yaourt pharo-launcher > > then > > $ pharo-launcher > > or use your favorite desktop main menu and click on the Pharo icon > > AUR entries: > https://aur.archlinux.org/packages/pharo-vm-latest/ > https://aur.archlinux.org/packages/pharo-launcher/ > > PKGBUILDs are versionned on https://github.com/lolgzs/pharo-aur > > > Thanks for testing ! > > > Regards, > > Laurent >
Re: [Pharo-users] tiny survey: who uses Pharo Launcher?
Esteban, I use it a lot, in Mac OS X. One thing that I noticed is that even if you delete an image from the Launcher, the image stays in ~/Library/Preferences/Pharo/templateCache as a .zip file. If you download a lot of images then this directory grows considerable. Best Nacho *Lic. Ignacio Sniechowski, MBA* On Sat, Apr 19, 2014 at 9:32 AM, Esteban Lorenzano wrote: > Hi, > We want to know a bit more about Pharo Launcher, so please, answer this > three points if you are using it: > > 1) which platform are you using? > 2) is the experience satisfactory/easy enough? > 3) do you have some feedback for us (bah, for Damien :P)? > > thanks, > Esteban >
Re: [Pharo-users] Pillar in TextMate
Yuriy Great! Thanks. This is great news! I use TextMate a lot for editing Pillar files. best Nacho *Lic. Ignacio Sniechowski, MBA* On Sun, Apr 20, 2014 at 6:35 AM, Yuriy Tymchuk wrote: > Dear guys who use Pillar. > > I’m happy to announce that I’ve created a small bundle for TextMate. You > can find it here: https://github.com/Uko/Pillar.tmbundle > > Also I’ve exported it to ATOM (new editor from github) package, but it’s > crappy because ATOM lacks some stuff right not. Package is called: > language-pillar, source is here: https://github.com/Uko/language-pillar > > I will be happy to hear your feedback, and add more features. > > Happy Easter! > Uko > > P.S. (won’t be online for ≈30hours) >
Re: [Pharo-users] compiling Pillar files locally (for LaserGame book)
Ben, 1) Yes, it is possible. You could check the compile.sh script that is in the PharoForTheEnterprise repository in GitHub. It does exactly that. 2) Yes you have to have TEXLive installed. 3) If you install it on Mavericks check the paths. TexLive now install into a weird location and you should add that location to your path or else you'll get an error. 4) To edit pillar text I use TextMate with Uko's bundle. best Nacho *Lic. Ignacio Sniechowski, MBA* On Mon, May 5, 2014 at 2:42 PM, Ben Coman wrote: > > I've haven't been able to find any instructions on how to compile Pillar > files locally. Any pointers? > Is TEXLive required for the PDF compilation? > Maybe the setup I reported [1] for PBE1 on Windows would be similar? > However I now have access to a Mavericks machine. Would that be a better > option? What tools would you use to edit with ? (this is my first Mac - > something to google for would be useful) > > I see that [2] runs ./download.sh > so perhaps that is all that is required in this case for the LaserGame > book? > > [1] http://blog.openinworld.com/2012/05/contributing-to-pbe/ regarding > [2] https://ci.inria.fr/pharo-contribution/job/PharoLaserGame/ > lastSuccessfulBuild/console > > cheers -ben > > >
Re: [Pharo-users] Accelerate UI
I don't know if this feature still exists on Pharo. I achieved good reselts taking out shadows and show the contetns of the windows as you drag them or resize them. Turn off windows thumbnails in the taskbR. Use regular fonts and not tt. And also try running Pharo, directly to the framebuffer instead of x server. Tell me kf tou find something more. Best nacho Enviado desde mi iPad > El 15/08/2014, a las 07:11, Norbert Hartl escribió: > > I'm working on a raspberry pi via remote window. As the StackVM is rather > slow on the device something things make it hard to work there. But I need to > work there because I'm doing FFI stuff. > Which are the options to turn off features that might speed up UI > responsiveness? I switched off syntax highlighting and code completion > already. Anything I can tune Nautilus? > > thanks, > > Norbert > >
Re: [Pharo-users] Unintuitive behavior of class-side initialize
Kilon, Do you have a preview version of the updated book? I would love to see it. Also would you consider adding some exercises will be a good addition? I think solet me know and i guess i can merge the project i've started to the updated book. Best Nacho Enviado desde Molto para iPad De: kilon alios Enviado: miércoles, agosto 27, 2014 09:50 a.m. Para: Any question about pharo is welcome Asunto: Re: [Pharo-users] Unintuitive behavior of class-side initialize I will be adding an "Introduction to Object Orientation" chapter to the new updated Pharo By Example online book, so I will add this to the chapter. The chapter will target people not familiar with Object Orientation and people new to coding. Its not an immediate target but it will happen till the end of the year. On Wed, Aug 27, 2014 at 3:44 PM, Mariano Martinez Peck wrote: On Wed, Aug 27, 2014 at 8:22 AM, webwarrior wrote: As class is just an object in Smalltalk, it would be reasonable to believe that #initialize message is always sent to class on creation. However, that's not true. It is only sent to classes that redefine #initialize. Also sending super initialize may lead to problems. Ohhh yes. There is always a time for every Smalltalkers where you discover that doing super for class side initialize is not a good idea. Here was my time: http://forum.world.st/super-initialize-is-not-a-good-idea-for-Behaviors-td3086162.html None of these is mentioned in documentation (I assume Pahro By Example is the official one). It only says that #initialize is sent when class is loaded into memory. I think either this behavior should be made more consistent, or excplicitly mentioned in the docs. +1 to the documentation -- View this message in context: http://forum.world.st/Unintuitive-behavior-of-class-side-initialize-tp4775042.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. -- Mariano http://marianopeck.wordpress.com
Re: [Pharo-users] Unintuitive behavior of class-side initialize
thanks, Im familiar with pillar as incontributed some stuff for the pharo for the enterprise. I will take a look. Also Thanks for your video tutorials, they are really awesome. Please please continue to add more. Take care Nacho Enviado desde Molto para iPad De: kilon alios Enviado: jueves, agosto 28, 2014 08:02 a.m. Para: Any question about pharo is welcome Asunto: Re: [Pharo-users] Unintuitive behavior of class-side initialize you can read the book here https://www.gitbook.io/book/kilon/pbe main repo is here https://github.com/SquareBracketAssociates/UpdatedPharoByExample Sure exercises are always a good idea. We use pillar syntax which is quite simple, drop off to irc chat #Pharo at freenode to discuss the detail though most things are already well documented about the process of contributing to the book. I have ported so far 4 chapter and I am in chapter 5 , Damien has port one chapter and Stephan partly ported another so we around 50% of the book. On Thu, Aug 28, 2014 at 1:51 PM, Ignacio Sniechowski <0800na...@gmail.com> wrote: Kilon, Do you have a preview version of the updated book? I would love to see it. Also would you consider adding some exercises will be a good addition? I think solet me know and i guess i can merge the project i've started to the updated book. Best Nacho Enviado desde Molto para iPad De: kilon alios Enviado: miércoles, agosto 27, 2014 09:50 a.m. Para: Any question about pharo is welcome Asunto: Re: [Pharo-users] Unintuitive behavior of class-side initialize I will be adding an "Introduction to Object Orientation" chapter to the new updated Pharo By Example online book, so I will add this to the chapter. The chapter will target people not familiar with Object Orientation and people new to coding. Its not an immediate target but it will happen till the end of the year. On Wed, Aug 27, 2014 at 3:44 PM, Mariano Martinez Peck wrote: On Wed, Aug 27, 2014 at 8:22 AM, webwarrior wrote: As class is just an object in Smalltalk, it would be reasonable to believe that #initialize message is always sent to class on creation. However, that's not true. It is only sent to classes that redefine #initialize. Also sending super initialize may lead to problems. Ohhh yes. There is always a time for every Smalltalkers where you discover that doing super for class side initialize is not a good idea. Here was my time: http://forum.world.st/super-initialize-is-not-a-good-idea-for-Behaviors-td3086162.html None of these is mentioned in documentation (I assume Pahro By Example is the official one). It only says that #initialize is sent when class is loaded into memory. I think either this behavior should be made more consistent, or excplicitly mentioned in the docs. +1 to the documentation -- View this message in context: http://forum.world.st/Unintuitive-behavior-of-class-side-initialize-tp4775042.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. -- Mariano http://marianopeck.wordpress.com
Re: [Pharo-users] [Pharo-dev] [ann] bloc & cairo+morphic
Doru, This is great news! Thanks for sharing. Cheers Nacho *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* ☎* (5411) 4542-6712* 📱* (54911) 6749-4721* On Mon, May 8, 2017 at 6:00 PM, Tudor Girba wrote: > Hi, > > We are happy to announce that based on the work of Glenn, Alex extended > Bloc (Sparta) to work directly in the Morphic world using Cairo as a > backend. > > Cairo is less powerful than Moz2D (see the screenshot below for an > example), but the implementation addresses a concern that the community > raised regarding a perceived increased liability due to the dependency to > Moz2D. Essentially this means that Bloc can be treated as another graphical > library that can coexist with Morphic without requiring any external VM > plugin. > > > I would also like to point out that adding a new backend and host was > possible because of the many iterations (including throwing away whole > implementations) that Alex and Glenn went through. I think they did an > amazing job. > > You can find a bit more details about Bloc here: > http://www.humane-assessment.com/blog/bloc-flexible-backends-hosts/ > > Another issue raised regarding Bloc was that of the engineering effort > required to make it a reality. That is why I would also like to announce > that Alex joined feenk.com where he is primarily working on the graphical > stack for Pharo. > > Cheers, > Doru > > > -- > www.tudorgirba.com > www.feenk.com > > "To lead is not to demand things, it is to make them happen." > > > > >