kids want to show their LC work to friends

Teaching software development? Using LiveCode to build your curriculum? This is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Richard K. Herz
Posts: 20
Joined: Sun Apr 14, 2013 6:38 pm
Contact:

kids want to show their LC work to friends

Post by Richard K. Herz » Sun Apr 14, 2013 6:51 pm

My university has some programs to teach programming to K-12 kids - one teaches Java (!!). I told the instructors about the new open-source version of LiveCode. In my experience in teaching kids to program, they really want to send their work to friends and family - a functioning verison, not just screen shots. What is the best way to do this with LiveCode stacks? Would it be to build Mac and Win standalones and distribute those? Is there a better way it could be done in the future, e.g., a "player" so every stack a kid sends out doesn't have to be made into a standalone?
Rich Herz
LiveCode work at ReactorLab.net

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: kids want to show their LC work to friends

Post by Simon » Sun Apr 14, 2013 10:50 pm

Hi RIchard,
Yes, this is done often. People use it when their stacks reside on a web server, it replaces using the Runrev plug-in (still have to download the stack).
The dictionary term is "go stack "yourStack.rev""
You will have to come up with a procedure for sorting out which stack they will launch (oh, just send them the url... ah, now can kids upload to a server?) and build the single standalone that carries out the go stack command.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: kids want to show their LC work to friends

Post by FourthWorld » Mon Apr 15, 2013 2:22 am

Richard K. Herz wrote:What is the best way to do this with LiveCode stacks? Would it be to build Mac and Win standalones and distribute those? Is there a better way it could be done in the future, e.g., a "player" so every stack a kid sends out doesn't have to be made into a standalone?
I know of one developer who did a great job bulding a player app that not only ran things his student built, but could also share them over the 'net. Had built-in chat too, among other things. Perhaps you've heard of it: ReactorLab. :)

Seriously, you did some of the best work I've seen in this area. Adaping a subset of those ideas for what you're doing now for this k-12 audience seems a perfect fit, IMO.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Richard K. Herz
Posts: 20
Joined: Sun Apr 14, 2013 6:38 pm
Contact:

Re: kids want to show their LC work to friends

Post by Richard K. Herz » Mon Apr 15, 2013 4:35 pm

Richard G., Dohh! You can tell I haven't worked on ReactorLab and SimzLab for a while. Thank you for the compliment. Yes, I guess that's a fairly easy way to do it. Kid sends link to standalone (on instructor's server) to grandma and tells her to download and run it, type in kid's username and click Go button. Then grandma sees current list of kid's work, clicks on one and the stack downloads and plays. If I don't find an example stack for instructors on revOnline, I'll work one up. I've been waiting for the open source edition to come out before I head up for a SoCal RUG (LUG now?) meeting, since $50 in gas and a few hours driving to visit you guys (last train leaves too early). Hope to see you next time. Thanks. Rich
Last edited by Richard K. Herz on Tue Apr 16, 2013 3:56 am, edited 1 time in total.
Rich Herz
LiveCode work at ReactorLab.net

Richard K. Herz
Posts: 20
Joined: Sun Apr 14, 2013 6:38 pm
Contact:

Re: kids want to show their LC work to friends

Post by Richard K. Herz » Mon Apr 15, 2013 7:08 pm

Simon, Thanks for the suggestions. Regarding the revWeb browser plugin, while it's still posted on the web, it wasn't updated after the first version or two, and currently doesn't work in current versions of many (all?) browsers. Too bad! I thought it was a great idea. Maybe the open-source community can revive a modern version that works?
Rich Herz
LiveCode work at ReactorLab.net

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9249
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: kids want to show their LC work to friends

Post by richmond62 » Thu Jul 11, 2013 9:00 pm

The kids I am currently teaching are running off standalones with the Community version for their friends.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9249
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: kids want to show their LC work to friends

Post by richmond62 » Sat Jul 13, 2013 7:51 pm

by the way, for some slightly daft reason RunRev have crippled the Community version's ability to hive off IOS apps [because the Apple App Store won't permit GPL stuff]; but a quick hack in the
IOS cardScript of the standalone builder sorts that out for those who, on a Mac, wish to build IOS apps for their pupils.

Post Reply

Return to “Teaching with LiveCode”