Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread H. Hirzel
The successor of Ni is 'Spry' https://github.com/gokr/spry http://sprylang.se/ "Spry borrows homoiconicity from Rebol and Lisp, free form syntax from Forth and Rebol, the word of different types from Rebol, good data structure literal support from JavaScript and the general coding experience and

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread Ben Coman
Have you looked at Ni? (I only read about it) http://goran.krampe.se/2015/09/16/ni-a-strange-little-language/ cheers -ben On Wed, 17 Oct 2018 at 03:45, Dimitris Chloupis wrote: > Thank you Thierry , that was exactly what i was looking for :) > > On the subject of syntax, StrongTalk looks far

Re: [Pharo-users] Dictionary and Date as keys

2018-10-16 Thread Sven Van Caekenberghe
> On 16 Oct 2018, at 22:27, Alistair Grant wrote: > > Hi Petr, > > On Tue, 16 Oct 2018 at 21:25, Petr Fischer via Pharo-users > wrote: >> >> My problem - use Dates as Dictionary keys - shortly: >> >> d1 := Date today translateToUTC. >> d2 := Date today. >> >> d1 = d2. (true!) > > Which

Re: [Pharo-users] Dictionary and Date as keys

2018-10-16 Thread Sven Van Caekenberghe
> On 16 Oct 2018, at 19:53, Petr Fischer via Pharo-users > wrote: > > > From: Petr Fischer > Subject: Dictionary and Date as keys > Date: 16 October 2018 at 19:53:40 GMT+2 > To: pharo-users@lists.pharo.org > > > My problem - use Dates as Dictionary keys - shortly: > > d1 := Date today

Re: [Pharo-users] STON and persisting Dates - problem

2018-10-16 Thread Sven Van Caekenberghe
> On 16 Oct 2018, at 21:29, Petr Fischer via Pharo-users > wrote: > > > From: Petr Fischer > Subject: Re: [Pharo-users] STON and persisting Dates - problem > Date: 16 October 2018 at 21:29:22 GMT+2 > To: pharo-users@lists.pharo.org > > > You mean "development" version, right? Will it be

Re: [Pharo-users] Dictionary and Date as keys

2018-10-16 Thread Alistair Grant
Hi Petr, On Tue, 16 Oct 2018 at 21:25, Petr Fischer via Pharo-users wrote: > > My problem - use Dates as Dictionary keys - shortly: > > d1 := Date today translateToUTC. > d2 := Date today. > > d1 = d2. (true!) Which timezone are you in? CEDT (UTC+0200) gives false for this. Date is

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread Dimitris Chloupis
Thank you Thierry , that was exactly what i was looking for :) On the subject of syntax, StrongTalk looks far more advanced compared to what I am aiming which is basically writting C code with Smalltalk like syntax. I am looking at this http://bracha.org/nwst.html Which describes some really

Re: [Pharo-users] STON and persisting Dates - problem

2018-10-16 Thread Petr Fischer via Pharo-users
--- Begin Message --- You mean "development" version, right? Will it be available in stable version? Thanks! pf > Petr, > > You should use the latest STON, where Dates are now serialised with a > timezone indicator. > > Sven > > > On 16 Oct 2018, at 19:59, Petr Fischer via Pharo-users > >

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread Thierry Goubier
Hi Dimitris, Le 16/10/2018 à 19:39, Dimitris Chloupis a écrit : yes i already said that i followed the instructions in the github repo Yes, by default that installation of SmaCC does not load all parsers (some of them are fairly large). However, most of them are in the downloaded

Re: [Pharo-users] STON and persisting Dates - problem

2018-10-16 Thread Sven Van Caekenberghe
Petr, You should use the latest STON, where Dates are now serialised with a timezone indicator. Sven > On 16 Oct 2018, at 19:59, Petr Fischer via Pharo-users > wrote: > > > From: Petr Fischer > Subject: STON and persisting Dates - problem > Date: 16 October 2018 at 19:59:55 GMT+2 > To:

[Pharo-users] STON and persisting Dates - problem

2018-10-16 Thread Petr Fischer via Pharo-users
--- Begin Message --- Hello, if I persist Dictionary with Date keys with STON, there is a problem. STON serializes Dates as: Date [ '2018-10-16' ] - there is no info about timezone. So if I put a key "Date now translateToUTC" into dictionary, save to STON file, and then load again from STON

[Pharo-users] Dictionary and Date as keys

2018-10-16 Thread Petr Fischer via Pharo-users
--- Begin Message --- My problem - use Dates as Dictionary keys - shortly: d1 := Date today translateToUTC. d2 := Date today. d1 = d2. (true!) d := Dictionary new. d at: d1 put: 1. d at: d1. (ok) d at: d2. (bad - key not found) --- pf --- End Message ---

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread Dimitris Chloupis
yes i already said that i followed the instructions in the github repo On Tue, Oct 16, 2018 at 8:18 PM H. Hirzel wrote: > Refers to > https://github.com/SmaCCRefactoring/SmaCC > > which says > > This is the port for Smalltalk/Pharo 1.3, 2, 3, 4, 5 and 6. > > > Installing a Development

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread H. Hirzel
Refers to https://github.com/SmaCCRefactoring/SmaCC which says This is the port for Smalltalk/Pharo 1.3, 2, 3, 4, 5 and 6. Installing a Development version of Pharo for the latest Pharo (with no guarantees): Metacello new baseline: 'SmaCC'; repository:

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread H. Hirzel
What about trying Metacello new baseline: 'SmaCC'; repository: 'github://ThierryGoubier/SmaCC'; load This worked in Pharo 6.1 in November 2017 On 10/16/18, Dimitris Chloupis wrote: > thanks for the info Peter , will give it a try :) > > On Tue, Oct 16, 2018 at 7:35 PM

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread Dimitris Chloupis
thanks for the info Peter , will give it a try :) On Tue, Oct 16, 2018 at 7:35 PM PBKResearch wrote: > Dimitris > > > > If you download the latest Moose Suite 6.1, you will have Pharo 6.1 with > lots of extra packages, including SmaCC. The SmaCC includes compilers for > C, Smalltalk and Java,

Re: [Pharo-users] Installing SmaCC

2018-10-16 Thread PBKResearch
Dimitris If you download the latest Moose Suite 6.1, you will have Pharo 6.1 with lots of extra packages, including SmaCC. The SmaCC includes compilers for C, Smalltalk and Java, among others, but with little or no documentation. I am not a SmaCC expert, so I can’t say whether it will do

Re: [Pharo-users] http://pharo.org/download | Pharo7 standalone?

2018-10-16 Thread Dimitris Chloupis
ah ok thats not a problem for me, thanks On Tue, Oct 16, 2018 at 6:21 PM Esteban Lorenzano wrote: > It just misses ONE module: Athens :) > > Esteban > > > On 16 Oct 2018, at 17:11, Dimitris Chloupis wrote: > > oh , thats confusing because Pharolauncher has a 64bit option > > On Tue, Oct 16,

Re: [Pharo-users] http://pharo.org/download | Pharo7 standalone?

2018-10-16 Thread Esteban Lorenzano
It just misses ONE module: Athens :) Esteban > On 16 Oct 2018, at 17:11, Dimitris Chloupis wrote: > > oh , thats confusing because Pharolauncher has a 64bit option > > On Tue, Oct 16, 2018 at 6:09 PM Cyril Ferlicot > wrote: > > > On mar. 16 oct. 2018 at

Re: [Pharo-users] http://pharo.org/download | Pharo7 standalone?

2018-10-16 Thread Dimitris Chloupis
oh , thats confusing because Pharolauncher has a 64bit option On Tue, Oct 16, 2018 at 6:09 PM Cyril Ferlicot wrote: > > > On mar. 16 oct. 2018 at 16:59, Dimitris Chloupis > wrote: > >> I would love also to see a 6.1 standalone download for windows 64 bit, >> apparently the other platforms have

Re: [Pharo-users] http://pharo.org/download | Pharo7 standalone?

2018-10-16 Thread Cyril Ferlicot
On mar. 16 oct. 2018 at 16:59, Dimitris Chloupis wrote: > I would love also to see a 6.1 standalone download for windows 64 bit, > apparently the other platforms have 64 bit downloads. Is there a reason why > its not available for Windows ? > >> >> >> The 64bit version of Windows is not yet

Re: [Pharo-users] http://pharo.org/download | Pharo7 standalone?

2018-10-16 Thread Dimitris Chloupis
I would love also to see a 6.1 standalone download for windows 64 bit, apparently the other platforms have 64 bit downloads. Is there a reason why its not available for Windows ? On Fri, Oct 5, 2018 at 12:50 PM Cyril Ferlicot wrote: > On Fri, Oct 5, 2018 at 11:47 AM H. Hirzel wrote: > > > > Hi

[Pharo-users] Installing SmaCC

2018-10-16 Thread Dimitris Chloupis
Hey guys I downloaded the latest Pharo 6.1 64bit for Windows and tried to install SmaCC through the catalog browser but it failed I did manage to install it following the instruction in the github repo but I see that I am missing most parser packages. The languages I am interested are Smalltalk