Author Topic: Claro-AIR  (Read 23175 times)

Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
Re: Claro-AIR
« Reply #45 on: October 07, 2013, 04:58:41 PM »
Quote
Very cool language, Nimrod.  Thanks John for finding it and sharing!

Sorry, the honor goes to Kent. (see first post) I was impressed with it as soon as he posted the link. It's not hard selling someone on the Nimrod concept because the language is based on all the other cool stuff in other languages and rebaked.

Offline AIR

  • BASIC Developer
  • Posts: 932
  • Coder
Re: Claro-AIR
« Reply #46 on: October 07, 2013, 05:03:23 PM »
:o  ??? ::)

Which one?

The claro.nim seems to be the best resource at the moment unless you can get me back on the C path with a consolidated .h

base.h for the basic runtime functions
graphics.h for the widgets


Offline AIR

  • BASIC Developer
  • Posts: 932
  • Coder
Re: Claro-AIR
« Reply #47 on: October 07, 2013, 05:04:24 PM »
Quote
Very cool language, Nimrod.  Thanks John for finding it and sharing!

Sorry, the honor goes to Kent. (see first post) I was impressed with it as soon as he posted the link. It's not hard selling someone on the Nimrod concept because the language is based on all the other cool stuff in other languages and rebaked.

Thanks, Kent!  This is a very cool find!

AIR.

Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
Re: Claro-AIR
« Reply #48 on: October 07, 2013, 05:11:34 PM »
Quote
base.h for the basic runtime functions
graphics.h for the widgets

Funny AIR.

Two .h files pointing to dozens of others.


Offline AIR

  • BASIC Developer
  • Posts: 932
  • Coder
Re: Claro-AIR
« Reply #49 on: October 07, 2013, 05:31:50 PM »
Concentrate on the "widgets" folder. And also "widgets.h" for common widget functions.

Put it together slowly, start with windows.h and widgets.h

Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
Re: Claro-AIR
« Reply #50 on: October 07, 2013, 06:00:50 PM »
I think the approach I'm going to take is use the claro.nim as my guide and reference the C .h files if I don't understand the Nimrod conversion syntax.

Thanks for the hints.


Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
Re: Claro-AIR
« Reply #51 on: October 07, 2013, 06:13:32 PM »
In Spanish, Claro means 'Of Course' or 'Obviously'.

Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
Re: Claro-AIR
« Reply #52 on: October 07, 2013, 06:57:23 PM »
Quote
Look in the interface/python folder for an idea of what you might need to wrap.

It doesn't look like there are many functions that make up the Claro API. Comparing it to IUP core form functionality, where does Claro stand?