Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread Pierce Ng
On Thu, Oct 02, 2014 at 03:43:05PM -0300, Esteban A. Maringolo wrote: Is the V2/V3 spec a PostgreSQL protocol spec or something made up in the Squeak community? V2/V3 are PostgreSQL wire protocol versions. V3 supports parameter binding and bulk copying, whereas V2 does not. There is some

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread Stephan Eggermont
PostgresV3-Core/Pool looks perfectly usable. There is PG3Connectionmd5HashMessage: aString ^Smalltalk globals at: #MD5 ifPresent: [ :md5 | (md5 hashMessage: aString) hex asLowercase ] ifAbsent: [ WebUtils md5Digest: aString ] Which works

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread Esteban A. Maringolo
2014-10-02 17:26 GMT-03:00 Sven Van Caekenberghe s...@stfx.eu: Esteban, On 02 Oct 2014, at 20:43, Esteban A. Maringolo emaring...@gmail.com wrote: 2014-10-02 15:19 GMT-03:00 Stephan Eggermont step...@stack.nl: Esteban wrote: Are you using/planning to use PostgresV3? What are its

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread Stephan Eggermont
PostgresV3-CodeMirror is very interesting. 7 classes and less than 1K lines of code. In the base class PG3SchemaMirror, the compilerClass, parserClass, sourceCodeTemplate and shoutParserClass are overridden to return PG3-specific classes. That allows simple integration with other languages, in

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-10-03 Thread Christophe Demarey
Hi Kilon, Le 30 sept. 2014 à 15:53, kilon alios a écrit : Actually the best thing to do when you 2 choices is to pick the third one. In this case its what I call double mode , you see it quite frequently with software synthesizer, as you can imagine a synthesizer is a complex electronic

[Pharo-users] Official academic consortium members

2014-10-03 Thread stepharo
Hi guys we are really happy to welcome University of Bern Uqbar Reveal from Lugano as official academic member of the pharo consortium. I know that some other entities are following the same path and this is really great. Stef

[Pharo-users] How to create a package via code correctly ?

2014-10-03 Thread itli...@schrievkrom.de
How can I create a package correctly via code ? I tried stuff like PackageOrganizer default registerPackageNamed: 'Keks4' SystemOrganization addCategory: 'Keks4' but the package does not appear in the browser. Marten -- Marten Feldtmann

Re: [Pharo-users] invoking python from pharo

2014-10-03 Thread Hernán Morales Durand
I would use only the Python bridge but not the Blender features (Cube, etc). Will be the Python bridge and parser contained in its own package? I have started from MinGW and evaluated Ephestos sendMessage: 'print(hello world)'. Ephestos sendMessage: 'x = 3'. Ephestos getValue: 'x'. $ python

[Pharo-users] Spur images

2014-10-03 Thread Benjamin Pollack
My apologies if this is already spelled out somewhere and I simply can't find it, but are there any Spur images for Pharo yet?  I can only find Squeak ones. It's not a big deal either way; I was just playing with an algorithm that, after very heavy optimization, I was able to get down to about

Re: [Pharo-users] Spur images

2014-10-03 Thread stepharo
Pharo has a new classbuilder with first class instance variables so the bootstrap took longer and doing so esteban and guille found bugs in Spur. So regularly but hidden from the fame, esteban goes over it. and we hope soon to have some images to beta testers. My apologies if this is already

Re: [Pharo-users] Pharo days: date proposal

2014-10-03 Thread stepharo
thanks so we will communicate and set up all the boring ticketing and web page I guess On 2/10/14 18:30, Stephan Eggermont wrote: That combines well with FOSDEM, which is the next two days in Bruxelles. Yesterday I got a mail that we'll be having a smalltalk room on Sunday. Stephan

Re: [Pharo-users] [ANN] JSON datatype support in PostgresV2 package

2014-10-03 Thread stepharo
On 30/9/14 21:02, Esteban A. Maringolo wrote: As a side note to this discussion: Postgres Outperforms MongoDB and Ushers in New Developer Reality http://blogs.enterprisedb.com/2014/09/24/postgres-outperforms-mongodb-and-ushers-in-new-developer-reality/ Maybe there could be a VoyagePostgresql

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread stepharo
On 3/10/14 14:32, Stephan Eggermont wrote: PostgresV3-Core/Pool looks perfectly usable. There is PG3Connectionmd5HashMessage: aString ^Smalltalk globals at: #MD5 ifPresent: [ :md5 | (md5 hashMessage: aString) hex asLowercase ] ifAbsent:

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread stepharo
Thanks for the information. May be Olivier could help us there. On 3/10/14 12:59, Pierce Ng wrote: On Thu, Oct 02, 2014 at 03:43:05PM -0300, Esteban A. Maringolo wrote: Is the V2/V3 spec a PostgreSQL protocol spec or something made up in the Squeak community? V2/V3 are PostgreSQL wire

Re: [Pharo-users] Parsing SQL in a Pharo system

2014-10-03 Thread stepharo
Do you really mean that the board is a kind of jerks and idiots that are lazy bastards? Please slow down, I never, ever, suggested even remotely that. I know but do not say that the board is not interested. We just issue today a roadmap to inria and database is one of the items. If

Re: [Pharo-users] [ANN] JSON datatype support in PostgresV2 package

2014-10-03 Thread Esteban A. Maringolo
2014-10-03 17:22 GMT-03:00 stepharo steph...@free.fr: On 30/9/14 21:02, Esteban A. Maringolo wrote: As a side note to this discussion: Postgres Outperforms MongoDB and Ushers in New Developer Reality

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-03 Thread stepharo
On 24/9/14 18:17, Pierce Ng wrote: Hello, I am pleased to report that I have gotten Glorp working with NBSQLite3 enough to run Sven's Reddit.st. Cool what is NBSQLite3 (a nativeboost version)? Nice. Would be nice once you API stabilize that we get a chapter or on NBSQLite3 :) As

Re: [Pharo-users] Pharo Glorp 1.7 - VisualWorks

2014-10-03 Thread stepharo
Unfortunately, we don't have the manpower to maintain such a beast, are there many people using glorp in production? With PostgresV2? I am making a living out of two projects using GLORP+PostgresV2 since almost a year. So me, and my company, depends on it. I'd join an community driven ORM

Re: [Pharo-users] invoking python from pharo

2014-10-03 Thread kilon alios
Everything you done is correct. all this information you see in your terminal is debugging of error reporting. Python errors are send back to Pharo and trigger pharo debugger. So yes everything you see is to be expected. I use it to check that everything goes as planned with python execution. if

Re: [Pharo-users] Pharo Glorp 1.7 - VisualWorks

2014-10-03 Thread stepharo
Many of them are here, AFAIR they were Lorenzano, Polito, Peck. Paid by ESUG because we already wre convinced that databse support is important. Even with its outdated condition, ORM hasn't changed much in the past years, so current GLORP fits most of the needs, it's proven, it's tested

Re: [Pharo-users] Spur images

2014-10-03 Thread Esteban Lorenzano
as Stef says, we are close, but not there yet. I’m working on it and I hope to have something really soon. Esteban On 03 Oct 2014, at 22:13, stepharo steph...@free.fr wrote: Pharo has a new classbuilder with first class instance variables so the bootstrap took longer and doing so

[Pharo-users] NeoCSVReader skipEmptyLines?

2014-10-03 Thread Esteban A. Maringolo
Sven, Is it possible to skip blank/empty lines in NeoCSVReader? So if a line is empty or contains it would be skipped from the iteration. Does it already provider such feature? (I couldn't find any setting related with this). Esteban A. Maringolo

Re: [Pharo-users] Glorp + NBSQLite3

2014-10-03 Thread Sanjay-M
There is a discussion on developing client/server in Dolphin Smalltalk's online documentation http://www.object-arts.com/downloads/docs/index.html - Appendix B - Application Patterns - New Application #consequences. I was wondering if this approach could be adopted in developing a Client/Server