Small Basic
-
Probably good for teaching kids. Microsoft is giving away (as in free) their Small Basic, and it works on Win7. More here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e[^]
Best wishes, Hans
-
Probably good for teaching kids. Microsoft is giving away (as in free) their Small Basic, and it works on Win7. More here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e[^]
Best wishes, Hans
Interesting!
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
Interesting!
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
I know what you're thinking! Now if they just had a Small C#...
Best wishes, Hans
-
I know what you're thinking! Now if they just had a Small C#...
Best wishes, Hans
The intellisense experience is quite overwhelming!
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
Probably good for teaching kids. Microsoft is giving away (as in free) their Small Basic, and it works on Win7. More here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e[^]
Best wishes, Hans
Hey, this is pretty neat. Did you check out the built-in
Turtle
object?Turtle.Show()
GraphicsWindow.KeyDown = KeyDownSub KeyDown
Turtle.TurnRight()
Turtle.Move(100)
EndSubRegards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
Hey, this is pretty neat. Did you check out the built-in
Turtle
object?Turtle.Show()
GraphicsWindow.KeyDown = KeyDownSub KeyDown
Turtle.TurnRight()
Turtle.Move(100)
EndSubRegards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Wow, it has a
Flickr
object too :-)image = Flickr.GetPictureOfMoment()
GraphicsWindow.DrawImage(image, 0, 0)Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
Wow, it has a
Flickr
object too :-)image = Flickr.GetPictureOfMoment()
GraphicsWindow.DrawImage(image, 0, 0)Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
Hey, this is pretty neat. Did you check out the built-in
Turtle
object?Turtle.Show()
GraphicsWindow.KeyDown = KeyDownSub KeyDown
Turtle.TurnRight()
Turtle.Move(100)
EndSubRegards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Haha, nice! Let me guess, it can only turn right.
-
Haha, nice! Let me guess, it can only turn right.
No it can turn in any direction, and can even turn by a given angle :-) The IDE itself is a WPF application! Pretty interesting stuff here!
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
Ah, the turtle program I used when I was younger could only turn left by turning right several times (or by a large angle).
Was that the Logo one?
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
No it can turn in any direction, and can even turn by a given angle :-) The IDE itself is a WPF application! Pretty interesting stuff here!
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Ah, the turtle program I used when I was younger could only turn left by turning right several times (or by a large angle).
-
Ah, the turtle program I used when I was younger could only turn left by turning right several times (or by a large angle).
Sounds like a SatNav in Milton Keynes[^], "Turn Right, Turn Right, Turn Right, Turn Right, you are lost"
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]
-
Was that the Logo one?
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Yeah. Now that I think about it, maybe it could turn both ways... might have just been a programming assignment to have it turn one way by turning the other way a few times.
-
Yeah. Now that I think about it, maybe it could turn both ways... might have just been a programming assignment to have it turn one way by turning the other way a few times.
The SmallBasic Turtle turns using a WPF animation. So it's pretty flexible (pity they didn't add 3d support).
Regards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
-
:laugh:
Dave Find Me On: Web|Facebook|Twitter|LinkedIn
Latest Article:Data Historians! You Bought It, Use It! Real World Example Latest Tip/Trick:Google Charting API and Formula Imaging
-
Probably good for teaching kids. Microsoft is giving away (as in free) their Small Basic, and it works on Win7. More here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e[^]
Best wishes, Hans
"He gives the kids free samples because he knows full well that today's young innocent faces are tomorrow's clientele." -- Tom Lehrer
-
"He gives the kids free samples because he knows full well that today's young innocent faces are tomorrow's clientele." -- Tom Lehrer
The Old Dope Peddler is a long time member of my musical family, along with I Hold Your Hand In Mine, The Vatican Rag, and Poisoning Pigeons In The Park... :-D
Will Rogers never met me.
-
Probably good for teaching kids. Microsoft is giving away (as in free) their Small Basic, and it works on Win7. More here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e[^]
Best wishes, Hans
Repost. Was posted about 2 years back. Sorry :)
-
Hey, this is pretty neat. Did you check out the built-in
Turtle
object?Turtle.Show()
GraphicsWindow.KeyDown = KeyDownSub KeyDown
Turtle.TurnRight()
Turtle.Move(100)
EndSubRegards, Nish
Latest article: Code Project Posts Analyzer for Windows Phone 7 My technology blog: voidnish.wordpress.com
Turtle.Show()
GraphicsWindow.KeyDown = TurtleDoNascarSub TurtleDoNascar
Dim lap As IntegerFor lap = 1 To 100
Turtle.TurnLeft()
Turtle.Move(200)
Turtle.TurnLeft()
Turtle.Move(100)
Turtle.TurnLeft()
Turtle.Move(200)
Turtle.TurnLeft()
Turtle.Move(100)
Next lap
EndSub -
The Old Dope Peddler is a long time member of my musical family, along with I Hold Your Hand In Mine, The Vatican Rag, and Poisoning Pigeons In The Park... :-D
Will Rogers never met me.