[Pharo-users] Re: Wow - Chat GPT understands Smalltalk

2023-03-27 Thread danhunfeldz
I asked ChatGPT to write “Hello, World!” in different esoteric programming languages: Kylix: `program HelloWorld; ` ` begin WriteLn('Hello, World!'); ` `end.` ActionScript (Flash 8): `trace("Hello, World!");` Limbo: `include "sys.m"; ` `include "draw.m"; ` `include "arg.m"; `

[Pharo-users] Squeak By Example 5.3 book

2023-01-20 Thread danhunfeldz
There is a new edition of Squeak by Example which is now 5.3. Amazon is selling only the old edition from 2011. Can I upload the SBE 5.3 edition PDF to lulu.com and have it printed as a bound book?

[Pharo-users] Re: Omnibase/Monibase repository removal

2022-08-09 Thread danhunfeldz
This is on the Cincom site regarding OmniBase: Licence Agreement The OmniBase object database is provided as it is and with all faults, known or unknown. The source code and other information contained in the source code package is COPYRIGHT (C) by David Gorisek (the author). Portions of

[Pharo-users] Re: Books

2022-07-30 Thread danhunfeldz
FWIW… Pharo by Example 9 is for sale on Amazon. The link for the book which reads “Get printed (soon)!” just takes you back to the same page [Pharo by Example 9](http://books.pharo.org/pharo-by-example9/), although if you hover over it, it says “Available now!!!

[Pharo-users] Re: Books

2022-05-13 Thread danhunfeldz
Pharo with Style is for sale on Amazon which I purchased.

[Pharo-users] Books

2022-05-13 Thread danhunfeldz
I am learning Pharo and like to have printed copies of books. I see that “Pharo 9 by Example” has been released and it shows “Get printed (soon)" When will that be available on lulu to purchase? Also there is another book titled “Pharo with Style” and there are two links to buy a printed

[Pharo-users] PharoJS mobile development

2022-04-06 Thread danhunfeldz
# [Brain Treats App: Your Daily Dose of Fun Facts! – nootrix](https://nootrix.com/projects/brain-treats-app/) This is a PharoJS app for mobile devices. How do you use Cordova with PharoJS to develop for mobile apps?

[Pharo-users] PharoJS

2022-04-05 Thread danhunfeldz
Will PharoJS soon be updated for Pharo 10 or can you use the Pharo 9 install for 10?

[Pharo-users] InstanceVariables

2021-12-06 Thread danhunfeldz
``` Object subclass: #Test instanceVariableNames: 'var1 var2' classVariableNames: '' package: 'MyTest' I was struggling with instanceVariableNames even though they show up under methods. Perhaps I'm just slow, but it wasn't until last night when I was reading on Object Pascal and

[Pharo-users] Re: TinyBlog book

2021-02-14 Thread danhunfeldz
Clicking on debug, it return in Pharo: errorSubscriptBounds: index "Create an error notification that an improper integer was used as an index." SubscriptOutOfBounds signalFor: index

[Pharo-users] TinyBlog book

2021-02-14 Thread danhunfeldz
Using Pharo 8.0 64-bit, I ran this from the TinyBlog book: `Metacello new baseline:'TinyBlog'; ` `repository: 'github://LucFabresse/TinyBlog/src'; ` `onConflict: [ :ex | ex useLoaded ];` `load.` When I load the page and login as ‘admin’ and password, the page displays: # Seaside Walkback ##