Live data from Hacker News

BBC Basic Editor

bbcmic.ro

21–30 of 52 posts

Re: BBC Basic Editor

#21
This 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.

Re: BBC Basic Editor

#22
post #21

This 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

#23
post #21

This 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 :)

We just started. It takes time for it to click. But we are making progress. I enjoy seeing his face light up when he writes something that works as intended.

Re: BBC Basic Editor

#25

Earlier 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

I've never seen one of these in person or in emulation, but on seeing the terminal font, I was immediately and subliminally motivated to type:

  PRINT "LOOK AROUND YOU ";
  GOTO 10

Re: BBC Basic Editor

#26

So, 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.

That's definitely the hope. The Examples tab is supposed to be more of that, currently we hacked it to point at the more complex demos, but we have some ideas on making more "tutorial" like content.

Re: BBC Basic Editor

#29

So, 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!

I never had a BBC Micro having grown in up the US. I was happy to discover that the BASIC on it is close to the Microsoft implementations that I am familiar with.
Post reply on HN