Closed Thread
Results 1 to 8 of 8

Thread: CroBasic - free programming IDE

  1. #1
    markaV is offline Newbie
    Join Date
    Sep 2009
    Posts
    4
    Rep Power
    0

    Exclamation CroBasic - free programming IDE

    Hello everyone!

    I invite all to visit the site crobasic.com CROBASIC and download the free my first version CroBasic interpreter (alpha 1.0).
    Includes designer and code editor. Drop down visual object!
    CroBasic is TOTAL FREE!!!!!!!!!!!!
    Thanks
    Last edited by markaV; 10-07-2009 at 04:57 PM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: CroBasic - free programming IDE

    I have 2 problems with this:

    1. It's hosted on a free web site.
    2. Why is your program better to use than say Liberty Basic or Quick Basic?

  4. #3
    markaV is offline Newbie
    Join Date
    Sep 2009
    Posts
    4
    Rep Power
    0

    Re: CroBasic - free programming IDE

    Free web site for free CroBasic interpreter! I need a sponsor

    Thank you for your interest!
    CroBasic was still in diapers and has not finished. I do not say it better than others. In the following versions and will publish its data base that will go with him. BroBasic a nice-looking and very easy syntax!

  5. #4
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: CroBasic - free programming IDE

    If it takes off, you'll want your own domain though.

    The interface looks good and it has lots of room for improvements.

    This code:

    Code:
    Button.btnHello.Click [
    
    String s = Hello World
    MsgBox s
    
    ]
    Doesn't actually work.

  6. #5
    markaV is offline Newbie
    Join Date
    Sep 2009
    Posts
    4
    Rep Power
    0

    Re: CroBasic - free programming IDE

    Please re-download CroBasic. I repaired some errors

    Button.btnHello.Click[ <--- Click[ not Click [

    String s = Hello World
    MsgBox s

    ]

    This works if you button rename in btnHello!!!!
    Defoult name of Button is Tipka1,2,3....
    Rename Tipka1 in "DES COD", or use

    Button.Tipka1.Click[...................
    Last edited by markaV; 09-27-2009 at 05:55 PM.

  7. #6
    Join Date
    Jul 2009
    Location
    Santa Clarita, CA
    Posts
    2,111
    Blog Entries
    47
    Rep Power
    31

    Re: CroBasic - free programming IDE

    A lack of Linux support makes it difficult for me to do any testing with this language. Interesting syntax though, using '[' and ']' instead of '{' or '(' to create code blocks. Good luck with it!
    Wow I changed my sig!

  8. #7
    markaV is offline Newbie
    Join Date
    Sep 2009
    Posts
    4
    Rep Power
    0

    Re: CroBasic - free programming IDE

    I preparing a version for linux and osx ! It use gtk #. The full syntax as the Windows version.
    Last edited by markaV; 09-28-2009 at 03:48 AM.

  9. #8
    reddem0n is offline Newbie
    Join Date
    Sep 2009
    Posts
    11
    Rep Power
    0

    Re: CroBasic - free programming IDE

    Good stuff, looking forward to using it

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 06-09-2011, 04:08 AM
  2. Replies: 0
    Last Post: 03-19-2011, 05:02 AM
  3. Replies: 0
    Last Post: 04-16-2010, 07:51 AM
  4. Get a Free Website/Domain With Out Any Subdomain :: www.myname.com :: Along With Free
    By awazdohamko2004@gmail.com in forum Hosting and Registrars
    Replies: 5
    Last Post: 06-21-2009, 10:38 AM
  5. Any free programming languages?
    By Oigen in forum General Programming
    Replies: 10
    Last Post: 07-26-2008, 03:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts