RE: I need an idea. I know you have some. Give. (Casey Ransberger)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

RE: I need an idea. I know you have some. Give. (Casey Ransberger)

Joseph Alotta
It always bothered me, and still does that there isn't a Table object.  

Most of my data has more than one key and more than one data items, just like a table in a spreadsheet, or a table in SQL.

I think all of us are spending our time packing things into Arrays of Arrays or Dictionaries of Dictionaries when the most
simple structure of a Table is what we need.

Sincerely,

Joe.



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

RE: I need an idea. I know you have some. Give. (Casey Ransberger)

Casey Ransberger-2
And a TableMorph could complete the package. It's something I've thought about for a while too. I wish there was more information about Analyst around, I get the sense that a Smalltalk spreadsheet could be crazy powerful.


Lately I've been following the VPRI papers around functional reactive programming (FRP) which might also be worth a look if you're thinking about this stuff.


http://www.vpri.org/pdf/m2013001_serializing.pdf

I like the idea, and I like the tightly limited scope. I'll think about this.

On Fri, Mar 8, 2013 at 7:45 AM, Joseph J Alotta <[hidden email]> wrote:
It always bothered me, and still does that there isn't a Table object.

Most of my data has more than one key and more than one data items, just like a table in a spreadsheet, or a table in SQL.

I think all of us are spending our time packing things into Arrays of Arrays or Dictionaries of Dictionaries when the most
simple structure of a Table is what we need.

Sincerely,

Joe.



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners



--
Casey Ransberger

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

RE: I need an idea. I know you have some. Give. (Casey Ransberger)

Yoshiki Ohshima-3
> Lately I've been following the VPRI papers around functional reactive
> programming (FRP) which might also be worth a look if you're thinking about
> this stuff.
>
> http://www.vpri.org/pdf/rn2012001_kscript.pdf
>
> http://www.vpri.org/pdf/m2013001_serializing.pdf
>
> I like the idea, and I like the tightly limited scope. I'll think about
> this.

Thanks for the interest.  One last (big) report from us (besides the
annual report) is on the way...

--
-- Yoshiki
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

RE: I need an idea. I know you have some. Give. (Casey Ransberger)

Ben Coman
In reply to this post by Casey Ransberger-2
Casey Ransberger wrote:
And a TableMorph could complete the package. It's something I've thought
about for a while too. I wish there was more information about Analyst
around, I get the sense that a Smalltalk spreadsheet could be crazy
powerful.
  
Check out Spreadsheet at http://www.smalltalkhub.com/#!/~StephaneDucasse/PetitsBazars.
Start with SpreadsheetGridMorphTest>>testExternalControl.

some background... http://forum.world.st/Spreadsheet-widget-td4663257.html

cheers -ben

http://computinged.wordpress.com/2010/07/01/alan-kay-on-beyond-spreadsheets/

Lately I've been following the VPRI papers around functional reactive
programming (FRP) which might also be worth a look if you're thinking about
this stuff.

http://www.vpri.org/pdf/rn2012001_kscript.pdf

http://www.vpri.org/pdf/m2013001_serializing.pdf

I like the idea, and I like the tightly limited scope. I'll think about
this.

On Fri, Mar 8, 2013 at 7:45 AM, Joseph J Alotta [hidden email]wrote:

  
It always bothered me, and still does that there isn't a Table object.

Most of my data has more than one key and more than one data items, just
like a table in a spreadsheet, or a table in SQL.

I think all of us are spending our time packing things into Arrays of
Arrays or Dictionaries of Dictionaries when the most
simple structure of a Table is what we need.

Sincerely,

Joe.



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

    



  

_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

RE: I need an idea. I know you have some. Give. (Casey Ransberger)

Ben Coman
Ben Coman wrote:
Casey Ransberger wrote:
> And a TableMorph could complete the package. It's something I've thought
> about for a while too. I wish there was more information about Analyst
> around, I get the sense that a Smalltalk spreadsheet could be crazy
> powerful.
>   
Check out Spreadsheet at 
http://www.smalltalkhub.com/#!/~StephaneDucasse/PetitsBazars.
Start with SpreadsheetGridMorphTest>>testExternalControl.

some background... http://forum.world.st/Spreadsheet-widget-td4663257.html

cheers -ben
  

I forgot to add, I thought it would be interesting to marry that with Sven Van Caekenberghe's NeoCSV [1] for data import,
and Fuel or STON based native save/load.

[1] http://forum.world.st/ANN-NeoCSV-td4636208.html

> http://computinged.wordpress.com/2010/07/01/alan-kay-on-beyond-spreadsheets/
>
> Lately I've been following the VPRI papers around functional reactive
> programming (FRP) which might also be worth a look if you're thinking about
> this stuff.
>
> http://www.vpri.org/pdf/rn2012001_kscript.pdf
>
> http://www.vpri.org/pdf/m2013001_serializing.pdf
>
> I like the idea, and I like the tightly limited scope. I'll think about
> this.
>
> On Fri, Mar 8, 2013 at 7:45 AM, Joseph J Alotta [hidden email]wrote:
>
>   
>> It always bothered me, and still does that there isn't a Table object.
>>
>> Most of my data has more than one key and more than one data items, just
>> like a table in a spreadsheet, or a table in SQL.
>>
>> I think all of us are spending our time packing things into Arrays of
>> Arrays or Dictionaries of Dictionaries when the most
>> simple structure of a Table is what we need.
>>
>> Sincerely,
>>
>> Joe.
>>
>>
>>
>> _______________________________________________
>> Beginners mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>
>>     
>
>
>
>   
> --------------------------------------------------------------------------------
>
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>   

  

_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

RE: I need an idea. I know you have some. Give. (Casey Ransberger)

Karl Ramberg
In reply to this post by Joseph Alotta
There is a Skeleton package in the Etoys inbox that has spreadsheet functions 
http://source.squeak.org/etoysinbox
Also homepage
http://languagegame.org:8888/ggame/11


On Fri, Mar 8, 2013 at 4:45 PM, Joseph J Alotta <[hidden email]> wrote:
It always bothered me, and still does that there isn't a Table object.

Most of my data has more than one key and more than one data items, just like a table in a spreadsheet, or a table in SQL.

I think all of us are spending our time packing things into Arrays of Arrays or Dictionaries of Dictionaries when the most
simple structure of a Table is what we need.

Sincerely,

Joe.



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners