rcos presentation

Post on 12-May-2015

389 Views

Category:

Education

4 Downloads

Preview:

Click to see full reader

TRANSCRIPT

The Koala ProjectNick Pachulski

Friday, August 12, 11

History

Started by Colin Kuebler

Why the name?

Cuter than QT

Safer than Python

Friday, August 12, 11

About

Safe, sandbox programming environment for beginners.

Simple and easy to learn syntax.

Friday, August 12, 11

Goals

Create more programmers

And Instill open-source values in them

DemoFriday, August 12, 11

Syntax Snippets

Very simple syntax.

Variables are put in [boxes]

Then the variable [boxes] can be used:

[new_box] = [boxes] multiplied by [boxes]

Friday, August 12, 11

Functions

Every file is its own function.

Wherever it’s included in another file, it will be executed.

For example ex1.k runs the code in ex2.k five times with:

do { ex2.k } 5 times

On-SiteFriday, August 12, 11

So Very, Very SimpleSyntax!

Friday, August 12, 11

Back End

Web Site - Ruby on Rails

Models:UserUser User

Project Project

Source Files

“Have many” top->down

relationships...Comments

Friday, August 12, 11

Browser Compatibility

Tested on:

Mozilla 3.6.19, 5.0.1

Chrome 13.0.782.112

Safari 5.1

Friday, August 12, 11

Future Plans

Mobile browser support for use as an iPhone/iPad bookmark app

Friday, August 12, 11

I learned

Ruby & the Rails web framework

Git (Pro Git)

Friday, August 12, 11

Friday, August 12, 11

top related