[Pharo-users] Re: Wanted: Backend + Database project

2022-03-01 Thread gettimothy via Pharo-users
Wikimedia On Tue, 01 Mar 2022 05:21:15 -0500 Santiago Bragagnolo wrote Hello everybody!  In my company we are working on an approach to migrate from monolithic applications to microservices.  The approach has been tested on a java project, we are looking now to test it in p

[Pharo-users] isAbstract in WAIPSessionTrackingStrategy meet my new hobby horse

2022-01-26 Thread gettimothy via Pharo-users
WAIPSessionTrackingStrategy  > isAbstract    ^true has just ran into my new hobby horse. I am reading through every class in Seaside to document it and I had an 'aha!' moment on the design of Abstract super classes like WABrush: WABrush > isAbstract   ^ self == WABrush

[Pharo-users] Re: Too many parenthesis - a matter of syntax

2022-01-26 Thread gettimothy via Pharo-users
Also...learning to think in Smalltalk has taught me to understand Lisp. As an Emacs guy, that is a good thing (:

[Pharo-users] Re: Too many parenthesis - a matter of syntax

2022-01-26 Thread gettimothy via Pharo-users
I like the parenthesis. The thinking process is very much like "thinking in Sets" when building a complex SQL  statement. The result is a lot of power in an dense, elegant expression. If, as is often the case with me, I find a nested expression as below too complex, it is very easy to deco

[Pharo-users] Re: An Emacs <-> Pharo bridge (unidirectional at first)

2021-12-09 Thread gettimothy via Pharo-users
Excellent. When (!) I finish the large project I am on, I will probably turn to this. Thanks for the thread. On Thu, 09 Dec 2021 07:53:14 -0500 Sven Van Caekenberghe wrote > On 8 Dec 2021, at 22:24, Mathieu Dubois via Pharo-users >

[Pharo-users] Re: An Emacs <-> Pharo bridge (unidirectional at first)

2021-12-09 Thread gettimothy via Pharo-users
YES!  (: I do not know this, but I suspect that with those two things, smalltalk will be able to be developed in and designed in any IDE. That would do wonders for mind-share on the language itself. Thank you for finding that. cheers. On Wed, 08 Dec 2021 16:24:06 -0500 Mat

[Pharo-users] Re: An Emacs <-> Pharo bridge (unidirectional at first)

2021-12-08 Thread gettimothy via Pharo-users
https://github.com/ahungry/geben that is the protocol emacs/php uses. Dbg . iirc, there is another standard for code browsing, highlighting, etc. If i find it I will ping you. Good luck in your work On Wed, 08 Dec 2021 05:07:42 -0500 pierre.misse-chanab...@inria.fr wrote Hello

[Pharo-users] Re: An Emacs <-> Pharo bridge (unidirectional at first)

2021-12-08 Thread gettimothy via Pharo-users
I am too busy to cobtibute at the moment, but I too am very interested in an emacs interface to the vm/image wuthout any gui but emacs. Iirc there is a protocol fir talking/debugging that I used fir coding and debugging in php that is an established protocol that is available in the micorsoft

Re: [Pharo-users] [ANN] What are reasons NOT to use Smalltalk?

2020-06-29 Thread gettimothy via Pharo-users
--- Begin Message --- Hi I concur on the documentation problem. I concur that there is plenty of documentation, but finding it is a chore. I have two side projects I have started. Doc at http://www.squeaksource.com/@FICALqrUmxQTIHgr/ul4_-exCAnd SeasideDoc (which I started before Doc)   http://w

Re: [Pharo-users] Willow vs Seaside

2020-06-09 Thread gettimothy via Pharo-users
--- Begin Message --- That sounds really cool! Bookmarked, for my next Seaside project. thx! On Mon, 08 Jun 2020 18:00:14 -0400 Gabriel Cotelli wrote Hi Vitor, Willow is built on top of Seaside and it aims to ease the creation of interactive AJAX-ba

Re: [Pharo-users] Rosetta Code

2020-04-17 Thread gettimothy via Pharo-users
--- Begin Message --- Superb! Thank you. On Fri, 17 Apr 2020 05:31:00 -0400 Steffen Märcker_ wrote Hi, some of you might have hear of Rosetta Code, a Wiki that presents solutions to standard programming tasks in various languages. I figured that in many categories no Smalltalk/

Re: [Pharo-users] Do we have a simple markdown parser?

2020-03-24 Thread gettimothy via Pharo-users
--- Begin Message --- I do not know if it works on Pharo, but XTreams has a XTreams-Parsing section that I am currently working with. The existing Wikitext grammar was my starting point . https://github.com/squeak-smalltalk/squeak-ci/blob/master/package-load-scripts/Xtreams.st the existing