Thanks for keeping working on this. I have a question, how much are the
core classes of Polymath changed beyond the original Besset classes (or,
beyond the "PM" prefix, how much has been changed relative to those that
come with the Visualworks distribution)? I'm not asking about external
bind
Hello guys.
I want to visualize DNA sequence alignments in Pharo 8. For this task most
bioinformatics applications set a background color for each letter. But in
Pharo the Inspector is too slow to open even for just one small sequence of
1Kb. Consider now there are about 37k sequences of COVID-19
This is now
We are on Discord: Video Stream is in the "General Audio" Channel. #techtalk
has the discussion
> On 18 Feb 2020, at 14:02, Marcus Denker wrote:
>
> *** this Thursday ***
>
> A regular chat about Pharo. Happens on Discord.
>
> This month a bit a special TechTalk, not about Pharo
--- Begin Message ---
Hi guys!
I've a problem with websockets, I'm quite a noob on the subject and I'm
doing some tests with them.
I run the echo websocket this way:
ZnServer startDefaultOn: 8000.
ZnServer default delegate: (ZnWebSocketDelegate handler:
ZnWebSocketEchoHandler new).
I tested it