Welcome
People around the world join Objective-Basic - inspired by the idea to make software available for everybody: a programming language that is easy to use, and a development platform that is stable, reliable and available at a low price or for free for non-commercial applications.
What is Objective-Basic?
Objective-Basic is a powerful BASIC programming language for Mac, which is simply intuitive and fast easy to learn. It is related to Visual Basic® and Objective-C®.
It is an easy-usable, object-oriented, compiled, stable, fast and modern programming language written in C++ and Objective-C®. Its runtime is totally based on Cocoa®.
What is Cocoa?
Cocoa® is an object-oriented application environment designed specifically for developing Mac® OS X-only native applications quickly and efficiently. The Cocoa frameworks include a complete set of classes, and for developers starting new Mac OS X-only projects, Cocoa provides the fastest way to full-featured, extensible, and maintainable applications. Apple® recommends that all new applications written for Mac OS X use Cocoa.
iPhone support
Objective-Basic does not support the iPhone yet, but it will support it like Objective-C does in mid 2010. (It uses the same technologies and compiler, so support it will not be too difficult.)
Download
Coming soon
Please note: Objective-Basic is still in beta, this basically means it's not 100% complete, and we really want to get your feedback on it. If there is anything you like, don't like, or don't understand, please let us know.
System Requirements
Objective-Basic requires Mac OS X Leopard (10.5 or higher).
Welcome to the Objective-Basic manuals!
Objective-Basic comes with extensive documentation, with hypertext cross-references throughout, so you can easily click your way to whatever interests you. The part of the documentation that you will probably use the most is the Objective-BasicLanguage Reference. Each link provides a different way of navigating the Objective-BasicLanguage Reference; try them all to see which work best for you. You might also like to try the "User's Guide". This book contains detailed information about Objective-Basic, and it provides a full text search facility. There are also a growing number of Objective-Basic books.
Objective-Basic ships with lots of small and some medium-sized example programs that teach you how to implement various tasks with Objective-Basic. Most of them will show how to use a certain class or module, others aim at programming techniques and Objective-Basic basics, and some of them simply want to show you what is possible.
Note that most of the examples assume that you have some experience with Objective-Basic and Object-oriented programming and therefore are not commented extensively. If you are interested in a line-by-line coverage please refer to the beginner manuals.
Overview
Get the power of Objective-C and Cocoa
- User's Guide
- Language Reference
- Quick Start
- Tutorial
- Interface Builder
Be open and free to use all of your Mac
Objective-Basic enables you
develop full features modern GUI applications with well known BASIC
syntax in a modern fashion. It comes with truly Objective-C object
orientation and support for Cocoa.
Objective-Basic combines the expressive power of object-oriented
languages like Objective-C with the familiarity and ease of use of
BASIC.
You can develop anything on Mac with the newest technologies available
on Mac and you can create very fast and small programs with it.
Objective-Basic's IDE is written in Objective-Basic itself.
It is designed to be easy and intuitive to start off.
Some of its features are support for syntax colouring, functions list,
auto format and code completion.
Overview
Get the power of Objective-C and Cocoa
- Full featured IDE
- Modern BASIC syntax
- Powerful and easy-usable interface designer
- Extend native Objective-C classes using inheritance
- Create small and fast native executables without runtime dependencies
- Create universal binaries
- Complete documentation
- No vendor lock with Objective-Basic, you always have got your Objective-Basic program in Objective-C as well
Community
People around the world join Objective-Basic (ObjB) - inspired by the idea to make software available for everybody: a programming language that is easy to use, and a development platform that is stable, reliable and available at a low price or for free for non-commercial applications.
We communicate by different means, most of them on the Internet. The following selection enables you to stay up-to-date, extend and explore your Objective-Basic experience, find new friends, and have fun in general.
Objective-Basic Forum
Join us!
The Objective-Basic community rests on dedicated volunteers to further improve our programming language and development platform in a number of different ways. Whatever your skills, there are lots of places to start contributing. Please write an email to us.
Professional Strength
Do not let the "BASIC" in Objective-Basic fool you! It is not a toy. It is a fully object-oriented language that supports exceptions, polymorphism and many other features you can expect from a modern programming language and its very good Basic language is constantly improved and updated.
Time is money as well
When creating commercial software, time is money. The longer it takes you to create an application, the longer it takes to get to market and turn a profit. Objective-Basic is a rapid application development environment that enables you to write, test and deploy software faster.
Native look and feel
Objective-Basic creates a proper user interface using native Aqua controls. It helps you to create the best user interface with a top of the art GUI designer.
Teaching and Learning
When you teach computer programming, you teach logical problem-solving skills students can apply wherever life takes them in the future. Using Objective-Basic, students learn programming by creating real programs like games.
Students simply use drag and drop to create the software interface, then add code snippets and see the results of their work, at once. As well, Objective-Basic's powerful features like auto-completion and extensive documentation make learning easy and fun, right from the beginning.
Prepare for the Future
Because Objective-Basic is an object-oriented language that uses a common syntax, your students' Objective-Basic skills can easily be applied to other languages like Objective-C, Java, VB.NET and C++ that they may find in the future.
Learn Step By Step
Objective-Basic is designed from the ground up to make it easy for anyone to learn to program. With Objective-Basic, simply drag and drop a button onto a window and run your first program in no time. As you need to do more, you learn more. It is a nice approach designed specifically to help you learn as you go.
The first step in programming with Objective-Basic is to design the user interface normally. With Objective-Basic, this is as simple as point-and-click. As you work on your interface, you make your program unique.
Learn Modern Programming
Learning Objective-Basic means you are learning modern, object-oriented programming. Once you learn Objective-Basic, learning other languages like Objective-C, VB6, Java or C++ is much easier. Objective-Basic can take you from learning the basics of programming to building high-quality software for you.
Porting BASIC Applications to Mac OS X
Objective-Basic produces fast programs as Objective-C or C does. In fact, it uses the same compiler as Objective-C. When using Objective-Basic you can use most existing Cocoa features without difficulties.
Porting means learning and using new keywords and new ideas in general. Actually, why should you switch to Objective-Basic? After learning a new language (Objective-Basic), significantly changing your source code base would be involved, but it is worth it! Cocoa is a great development environment. When you use Objective-Basic you automatically use Cocoa the full featured modern framework of Mac OS X.
Do switch to Objective-Basic ! It gives you full Mac OS X support, no huge runtime, minimal system requirements.
At least, you should try Objective-Basic. You might find Objective-Basic right for you and a clear path to the future.
Getting away from REALbasic®
See a comparision of REALBasic and Objective-Basic, the following short paragraphs show you where they are different in ways that is related to porting your project.
Migrating to Objective-Basic
Objective-Basic provide you with a familiar syntax of BASIC. Additionally, many GUI components are familiar. And it is possible to develop GUI applications with BASIC syntax in a modern fashion. It combines the expressive power of Objective-C with the familiarity and ease of use of BASIC.
Why Objective-Basic succeeds
Traditionally, BASIC languages have suffered from the attitude that they are slow and interpreted. Objective-Basic uses Objective-C to gain fastest execution speed as possible by compiling all Objective-Basic programs to Objective-C code. Additionally, with Objective-Basic you have full access to most existing Cocoa functionallity. Even it is compiled without runtime dependencies. So your programs are fast and very small.
Why is Objective-Basic a BASIC language alternative compiler for Mac OS X?
Objective-Basic is extremely well built, is a powerfull programming language and has a nice IDE. It includes a visual designer to build GUI with all the major elements such as windows, menu and data aware controls, such as buttons, labels and frames, textboxes, radio buttons...
The only true official alternative to REALbasic: Objective-Basic is a professional development tool, cause this language offers all the elements to design and create professional products. Objective-Basic gives a single, easy-to-use API for writing GUI applications and the application will adopt the look and feel appropriate to native Mac OS X (in fact, you use Cocoa natively). The language structure, the statements and functions are really simple to understand and the documentation is well written and complete.
After all the syntax is very similar to REALbasic.
Order in advance
Just fill out the form below, after that you will be informed when Objective-Basic is released.
What do I get when I order Objective-Basic?
You get the right to use it after the trial period has expired for commercial development and to create commercial applications with Objective-Basic at all, and of course much more. Please read the following lines.
- Get all source codes of the Objective-Basic compiler
- Professional email-Support
- Access to further future of Objective-Basic Development
- Direct communication to the Objective-Basic developers
- Royalty free license for your Objective-Basic programs
If you need other license pricing, e.g. licenses for many users, please contact us.
Please fill out the form below. Thanks in advance.
Your order include a 14-day money back guarantee for the download version. If you are dissatisfied with Objective-Basic for any reason, you will receive a full refund.
The Objective-Basic License gives you the right to update to the next versions of Objective-Basic within a year after obtaining it without any costs. Update for one license for 12 months costs USD $35.
PayPal lets you send money to anyone with email. PayPal is free for consumers and works seamlessly with your existing credit card and checking account. PayPal is an ebay company.
Or via bank transfer are payment methods for customers living in European Union.
Your order will be shipped after receiving your money.
Free for non-commercial applications
Free and without support for non-commercial developers at home. You get the product for free and you must release products for free under the license of GPL Version 3 as published by the Free Software Foundation. Please include a "Made with Objective-Basic" statement in the about box.
If you would like to develop a commercial application or using Objective-Basic working at an organisation (e.g. university, school, public service), you must buy a valid license.
Few words about us
KBasic Software is a software company with headquarter in Frankfurt am Main / Germany. Its
flagship product is Objective-Basic for Mac.
KBasic Software started working on Objective-Basic in 2006.
(C)opyright Bernd Noetscher's KBasic Software 2006 - 2009. All rights
reserved.
Our mission
We know that it is crucial for our
customers to have good tools for
making good software. Therefore, we do not compromise our demands for
superior design and technical quality when we develop our products.
At KBasic Software, we continously work to improve and expand
Objective-Basic to ensure that it always represents the state of the
art in usability, look and feel, performance, and stability.
Address
Please feel free to contact us.
Bernd Noetscher's KBasic Software
Boseweg 9
60529 Frankfurt am Main
Germany
Products named on this website are trademarks of their respective owners.

