On Sat, Sep 20, 2014 at 06:56:31PM +0530, Mayuresh Kathe wrote:
> On Sat, Sep 20, 2014 at 02:46:04PM +0200, stepharo wrote:
> >
> > On 20/9/14 08:48, Mayuresh Kathe wrote:
> > >Hello Stepharo,
> > >
> > >Thanks for writing in the detailed email.
> > >
> > >Last night I got Pharo to work on my Ubun
On 21.09.2014 22:10, Sven Van Caekenberghe wrote:
> Is that quick enough ?
Orsum, thx!
Kind regards,
Markus
On 21 Sep 2014, at 21:57, Markus Fritsche wrote:
>
> On 2014-09-21 20:52, Sven Van Caekenberghe wrote:
>> Hi Markus,
>>
>> NeoCSVReader is not like most CSV readers
>>
>> (NeoCSVReader on: '"COL1";"COL2";"COL3";"DESCRIPTION"
>> 1;"A string";13;"This is a long
>> description spanning multiple
On 2014-09-21 20:52, Sven Van Caekenberghe wrote:
> Hi Markus,
>
> NeoCSVReader is not like most CSV readers
>
> (NeoCSVReader on: '"COL1";"COL2";"COL3";"DESCRIPTION"
> 1;"A string";13;"This is a long
> description spanning multiple lines,
> which is a challenge for most csv readers!"
> 2;"Another
It is :)
Doru
On Sun, Sep 21, 2014 at 8:28 PM, Trygve Reenskaug
wrote:
> Thanks. Looks like a powerful improvement. --Trygve
>
>
> On 21.09.2014 19:34, Tudor Girba wrote:
>
> Class categories are system categories :).
>
> Since Pharo 3.0, they are replaced with RPackage. They are still arou
Hi Markus,
NeoCSVReader is not like most CSV readers ;-)
(NeoCSVReader on: '"COL1";"COL2";"COL3";"DESCRIPTION"
1;"A string";13;"This is a long
description spanning multiple lines,
which is a challenge for most csv readers!"
2;"Another string";42;""' readStream)
separator: $; ;
upToEnd.
=>
Thanks. Looks like a powerful improvement. --Trygve
On 21.09.2014 19:34, Tudor Girba wrote:
Class categories are system categories :).
Since Pharo 3.0, they are replaced with RPackage. They are still
around at the moment as a backup system, but almost everything in the
image should now work
Hi,
I am having a csv file looking like
"COL1";"COL2";"COL3";"DESCRIPTION"
1;"A string";13;"This is a long
description spanning multiple lines,
which is a challenge for most csv readers!"
2;"Another string";42;""
(CRLF line endings)
Is there a combination of settings to NeoCSVReader that will
Class categories are system categories :).
Since Pharo 3.0, they are replaced with RPackage. They are still around at
the moment as a backup system, but almost everything in the image should
now work through RPackage. The difference between the two is that while
system categories are awkward strin
Doru,
"/Now pay attention class categories will not exist in the future./"
I already know about system categories (categories of classes) and
method categories within a class.
I understood you to mean system categories.
What are class categories and why will they be removed?
--Trygve
On 21.09.
What do you mean?
Doru
On Sun, Sep 21, 2014 at 2:42 PM, Trygve Reenskaug
wrote:
>
> On 20.09.2014 14:51, stepharo wrote:
>
> This is cool I blog about it.
> Now pay attention class categories will not exist in the future.
>
> Stef
>
> Any ref to this development?
>
--
www.tudorgirba.com
"E
On Thu, Sep 04, 2014 at 03:10:13PM +0200, Esteban Lorenzano wrote:
> Now, our version was ported from (AFAIR) 7.1 and extended to allow our
> drivers. Probably next time best path of porting is to make a bridge between
> VW driver API and ours (but I didn’t estimated the amount of effort).
Seein
On 20.09.2014 14:51, stepharo wrote:
This is cool I blog about it.
Now pay attention class categories will not exist in the future.
Stef
Any ref to this development?
On Fri, Sep 19, 2014 at 08:49:27PM -0300, Ronie Salgado wrote:
> Another thing, is being able to embed the VM in a C application, and then
> call the VM explicitly from the application. In this case, there is not
> efficient support at all.
You're right. For this case Gnu Smalltalk is designed to
14 matches
Mail list logo