[Cuis-dev] Hello, new Cuis smalltalk user here!

Joseph Turco jturk90 at protonmail.com
Thu Jul 22 10:16:53 PDT 2021


Hey Bruce,

Thanks for the explanation. The reason I ask this, is that I plan to read or should I say, have been reading "The Blue Book" alongside "The Cuis Book". I just don't want to confuse myself and thinking that I'm getting dual-learning for Cuis. I will admit that using " official" smalltalk-80-V2 is appealing for its retro look and again, simplicity, but I do have to say Cuis is more practical I think. From what im getting learning from the book, is that learning this language is a lot of exploration, and that may be true for most languages, but their learning styles are more obvious on what does what and how to put together this with that (some of the comments on methods are not clear to me so, as a novice I'm kinda confused). This might sound bad, but to me, this is where the beauty is. I like that I'm thrown into a world that I get to explore and figure out on my own how this puzzle piece fits with this other puzzle piece. What I get is "here is the blank piece of paper, this is how you write a paragraph, figure out how you want to write it". I could be wrong but that's what I get from the language. So for me, using Cuis or " original" smalltalk-80 both would satisfy that condition. I like Cuis more though :).

Regards,

Joseph Turco

Sent from ProtonMail mobile

-------- Original Message --------
On Jul 22, 2021, 12:54 PM, Phil B via Cuis-dev wrote:

> Joseph,
>
> I can't think of a good way to explain the specific differences as a lot has changed. I'm pretty sure that none of the open source options out there, despite their claims, *really* offers 100% Blue Book compatibility. Cuis (and Squeak) probably offer reasonable to very good compatibility through chapter 16. There may be some differences here and there, but this is pretty core stuff that I don't believe has changed much. Chapter 17 on is mostly going to be very different and not something you're likely to find in today's implementations. Conceptually, most of the functionality still exists but when Squeak moved to Morphic most things got renamed/restructured/rethought. In the 25 years since, things have continued to evolve even further away from those later chapters in the book.
>
> If you really want to try to follow the Blue Book, I think the Smalltalk-78 Javascript implementation at https://smalltalkzoo.thechm.org/HOPL-St78.html might be the closest thing out there.
>
> Thanks,
> Phil
>
> On Thu, Jul 22, 2021 at 12:33 PM Joseph Turco <jturk90 at protonmail.com> wrote:
>
>> Hello all. Hope your having a good day.
>>
>> Could someone tell me where Cuis smalltalk differers from pure smalltalk-80? I understand Cuis is supposed to be close to smalltalk-80 (which I like due to simplicity), but the reason I ask this question, is, could one read "the blue book" to learn Cuis, or is it better to run an original smalltalk-80 VM (like the C++ implementation and the crosstalk bare metal for raspberry pis)?
>>
>> Thanks,
>>
>> Joseph T
>>
>> -------- Original Message --------
>> On Jul 21, 2021, 5:20 AM, Nicola Mingotti via Cuis-dev < cuis-dev at lists.cuis.st> wrote:
>>
>>> The tweaks improved the situation on the BBB rev. C.
>>> I will add to the youtube video the procedure as a comment.
>>>
>>> Still, i will upgrade the BBB to a larger machine, probaby BB AI, this is the lesser evil to me.
>>>
>>> bye
>>> Nicola
>>>
>>> On 7/20/21 9:55 PM, Joseph Turco via Cuis-dev wrote:
>>>
>>>> Hey Juan,
>>>>
>>>> I tried your tweaks and it did help! Its still a tad slow. The amount of memory left is 170M
>>>>
>>>> Sent from ProtonMail mobile
>>>>
>>>> -------- Original Message --------
>>>> On Jul 20, 2021, 3:17 PM, Juan Vuletich < juan at jvuletich.org> wrote:
>>>>
>>>>> Hi Joseph,
>>>>>
>>>>> On 7/19/2021 8:40 AM, Joseph Turco via Cuis-dev wrote:
>>>>>
>>>>>> Its the cog version, not stack. By lag btw I mean dragging windows are choppy. Typing is not as real time as it should me. Its the latest version on the opensmalltalk git
>>>>>
>>>>> Ok. The cog version from opensmalltalk is the fastest.
>>>>>
>>>>> One thing you can try is to evaluate
>>>>>
>>>>> Preferences slowMachine
>>>>>
>>>>> This disables some things that are nice to have, but it gives better response on a slow machine. After that, do
>>>>>
>>>>> self runningWorld color: Color veryLightGray; hideTaskbar
>>>>>
>>>>> to remove the expensive taskbar, and for a more tolerable background color. You might still prefer to enable syntax highlighting:
>>>>>
>>>>> Preferences enable: #syntaxHighlightingAsYouType
>>>>>
>>>>> Additionally, this might further improve performance:
>>>>>
>>>>> Preferences disable: #subPixelRenderColorFonts
>>>>>
>>>>> Besides, 512mb ram is less than ideal. Please check how much ram you have free when starting cuis. Perhaps we can help reduce it a bit if needed.
>>>>>
>>>>> I never used a RasPI zero, but I find Cuis usable on a RasPI3B, if the cog VM is used. I hope this helps.
>>>>>
>>>>> Cheers,
>>>>>
>>>>> --
>>>>> Juan Vuletich
>>>>> www.cuis-smalltalk.org
>>>>>
>>>>> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
>>>>>
>>>>> https://github.com/jvuletich
>>>>>
>>>>> https://www.linkedin.com/in/juan-vuletich-75611b3
>>>>> @JuanVuletich
>>>>>
>>>>>> Sent from ProtonMail mobile
>>>>>>
>>>>>> -------- Original Message --------
>>>>>> On Jul 19, 2021, 7:37 AM, Bruce O'Neel < bruce.oneel at pckswarms.ch> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Just out of interest the Cog interpreter rather than the stack one? The Cog one is a JIT and much faster.
>>>>>>>
>>>>>>> squeak -version
>>>>>>>
>>>>>>> will tell you this. Send it to me if it is unclear.
>>>>>>>
>>>>>>> cheers
>>>>>>>
>>>>>>> bruce
>>>>>>>
>>>>>>> On 2021-07-19T13:32:20.000+02:00, Joseph Turco [<jturk90 at protonmail.com>](mailto:jturk90 at protonmail.com) wrote:
>>>>>>>
>>>>>>>> Yeah see I think that's my problem. Its a RPI zero w. 512mb ram and a single core 1ghz processor. I guess it needs a RPI 3b+ and faster. Oh well I guess its smalltalk-80 for now.
>>>>>>>>
>>>>>>>> Sent from ProtonMail mobile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210722/95ee6d67/attachment.htm>


More information about the Cuis-dev mailing list