[Pharo-users] Using Pharo for instrumentation & process control

2019-09-25 Thread Brainstorms
Hi Ben, The ML didn't break out Guillermo's topic change into a new thread as I expected it to, so I'm "manually" starting this as a new one -- unless there's a better/easier way..?? I'll respond to your message more fully later today (and after I've checked out your links). In the meantime...

Re: [Pharo-users] Pumping FFI documentation [WAS] FFI beginner question

2019-09-24 Thread Brainstorms
Hi Guillermo, I obviously gave the impression that I was focused on the UFFI code/documentation, but actually I'm up for helping in this way for any/all elements of Pharo, not just this one. Reviewing & editing (for grammar, clarification, spelling & punctuation, et al.) is definitely something I

[Pharo-users] Difficulty to use Iceberg

2019-09-24 Thread Brainstorms
Jan Vrany <[hidden email]> wrote: > Hi, > > I'm experiencing difficulties (code loss, even) when trying to > commit code using Iceberg. > > I have a project with consist of some Pharo code and some > C++ code. Both parts kind of depend on each other. >... > Any suggestions? Would "git worktree add

Re: [Pharo-users] FFI beginner question

2019-09-23 Thread Brainstorms
Guillermo, I'm interested in helping, but at this point, I think I'd be most helpful working at improving documentation (mainly editing) rather than working on Pharo code itself. (I'd like to work toward that, though.) I'm still a newbie with Pharo, but I am a good writer/editor. And I expect

Re: [Pharo-users] FFI beginner question

2019-09-22 Thread Brainstorms
I'm also interested in this... Any plans to draft a Pharo booklet on this subject? -Ted -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Spec Book

2019-08-21 Thread Brainstorms
There */is/*: https://www.bahmanm.com/2013/11/spec-part-i-basics.html https://www.bahmanm.com/2013/11/spec-part-ii-layout.html which was last updated in March, and follows the current Spec nomenclature. Cheers, -Ted -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo showing up where you least expect it

2019-07-01 Thread Brainstorms
nspect the menu items one by one ;) > > Anyhow thanks for sharing! > > Bye > T. (aka astares) > >> Gesendet: Montag, 01. Juli 2019 um 19:22 Uhr >> Von: "Brainstorms" < > wild.ideas@ > > >> An: > pharo-users@.pharo >> Be

[Pharo-users] Pharo showing up where you least expect it

2019-07-01 Thread Brainstorms
I spotted a Pharo object in Los Angeles... It was a type mismatch -- not the category that I was expecting. I didn't have time for a breakpoint, so I didn't halt to inspect it (or browse its menus). I haven't read any critics' profiles

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-17 Thread Brainstorms
Hi Offray, Yes, I definitely agree with you that Lua does not have the nice development environment of Pharo (what other language does?), and is very bare-bones, as it was originally intended for embedded applications. I've gone through nearly all of the online version of the Pharo MOOC now, and

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-17 Thread Brainstorms
Hi Offray, You probably know that you can develop Lua using OOP techniques, so they're not so opposite for me, at least. There is a significant difference as far as their OOP styles, however: Lua OOP is prototype-based, not class-based. But you can fashion class(like) objects in Lua and progra

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-17 Thread Brainstorms
Richard O'Keefe wrote > I did not mean "course of instruction on the topic of continuations", > I meant "that class whose name is Continuation in the Smalltalk image." > In a Playground, type Continuation and then Control-B. Of course... My inexperience again, coupled with hopes for a course of i

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-16 Thread Brainstorms
Richard O'Keefe wrote > Blocks in current Smalltalk system are just like lambdas in Scheme. > Pharo even has continuations (see the Continuation class). I was going to ask about coroutines and continuations, but I thought maybe bringing these subjects up in another thread would be more appropriate

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-16 Thread Brainstorms
You got it. Thanks, Ben! After success with Lua, now I'm thinking about how to get Pharo inserted into the culture here... Ben Coman wrote > You mean like this... > > In System Browser... > Object subclass: #A > instanceVariableNames: '' > classVariableNames: '' > package: 'AA' > > A

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-16 Thread Brainstorms
I beg your pardon.. and thank you for being the first to draw my attention to the fact that the phrase (a common enough American colloquialism) is actually a logical fallacy. Until now, it's been strictly idiomatic to me. And thank you for your prompt reply. Am I safe to assume that blocks in

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-15 Thread Brainstorms
Richard, Question from someone still fairly new to Smalltalk: To implement the example you gave regarding mutually recursive functions in Lua, one must write something like this: local f, g function g () f() end function f () g() end where the

Re: [Pharo-users] Pharo download with wget

2019-05-14 Thread Brainstorms
Which version of 'libcurl' do you have installed on your system? Due to some unfortunate history (involving naming), libcurl3 and libcurl4 cannot both reside on the same system. Try "locate libcurl.so". Does it show "libcurl.so.3" or "libcurl.so.4"? You may wish to upgrade to v4. Cheers, -Ted

Re: [Pharo-users] Smalltalk tutorial is broken

2019-05-10 Thread Brainstorms
I think the animation is much better than the idea of "if nothing is selected, then auto-select the entire line". The auto-select idea teaches bad habits, or it teaches something different from how the UI normally works / is supposed to work. And then you start a schism of Smalltalk UIs: Some tha

Re: [Pharo-users] Runaway scrolling in Pharo 7 on Ubuntu 18.04

2019-04-28 Thread Brainstorms
I tried this in a Linux container on a Chromebook (a Pixelbook model), and got the same behavior for both the Glamour Example Browser and when scrolling long methods in the code browser. The Linux version in the default ChromeOS container is Debian 9 (stretch). -Ted Pierce Ng-3 wrote > Anyone