BBC Basic Editor
21–30 of 52 posts
Re: BBC Basic Editor
#22This is great. I was trying to pick a language to teach my kid and I wanted to start with BASIC as that's what I learned as my first language, but I couldn't find a working editor that could compile and run by click of a button. So I started with python. But I think BASIC would be easier to teach. This will allow me to do that.
Today what you can do in BASIC is "boring" compared to the most "basic" fun the kid can have on the iPad. Are you finding traction?
Asking for my son who's currently 4 months :)
Re: BBC Basic Editor
#23This is great. I was trying to pick a language to teach my kid and I wanted to start with BASIC as that's what I learned as my first language, but I couldn't find a working editor that could compile and run by click of a button. So I started with python. But I think BASIC would be easier to teach. This will allow me to do that.
How's that going? I learned on BASIC around 1990 but it was cool then because you could do things that were in-line with the fun/game state of the art. Today what you can do in BASIC is "boring" compared to the most "basic" fun the kid can have on the iPad. Are you finding traction? Asking for my son who's currently 4 months :)
Re: BBC Basic Editor
#24Re: BBC Basic Editor
#25Earlier quoted context omitted.
I was confused for a minute why the British Broadcasting Corporation was developing a BASIC editor
It's for the BBC Micro. Which really _is_ named after the British Broadcasting Corporation. https://en.wikipedia.org/wiki/BBC_Micro
PRINT "LOOK AROUND YOU ";
GOTO 10Re: BBC Basic Editor
#26So, one of the authors here: we just announced this site on https://twitter.com/bbcmicrobot/status/1333496146400985088 after being caught a little off-guard with this HN post! We still have a bunch of things to improve on, so please let us know and file issues ( https://github.com/mattgodbolt/owlet-editor/issues ) and we'll try and improve things! Thanks!
This is cool. It would be great if the editor linked to good docs/walkthroughs.
Re: BBC Basic Editor
#27Re: BBC Basic Editor
#2810 PRINT doesn't seem to be working for me > 10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Re: BBC Basic Editor
#29So, one of the authors here: we just announced this site on https://twitter.com/bbcmicrobot/status/1333496146400985088 after being caught a little off-guard with this HN post! We still have a bunch of things to improve on, so please let us know and file issues ( https://github.com/mattgodbolt/owlet-editor/issues ) and we'll try and improve things! Thanks!
Re: BBC Basic Editor
#3010 I=I+.3:J=J+.34:H=ABS(SIN(I)* 27):W=ABS(SIN(J)* 27) 20 PRINT TAB(H)"HELLO":PRINT TAB(W)"WORLD":GOTO10