Live data from Hacker News

Elegant Pharo Code

medium.com

1–2 of 2 posts

Re: Elegant Pharo Code

#2
I get an error on a number of the examples when executing them with Pharo 3.0 on Win 7x64. For example:

 Unknown character ->(ZnServer startDefaultOn: 8080) onRequestRespond: [ :request | ZnResponse ok: (ZnEntity with: DateAndTime now printString) ]