Andescotia LLC announces the second beta release of Marten™ 1.4.6 with support for Objective-C and Cocoa application development.

Graphical Programming comes to MacOS X

BOZEMAN, Montana - December 28, 2011

For early adopters, we would like to announce that the second beta version of Marten 1.4.6 is available in the download area. The zipped folder has an updated Marten editor, sample Cocoa application project, and new Marten libraries. This is strictly an experimental beta version and does not support compiling "inline" Cocoa applications yet. It is strictly for those "bleeding edge" users who would like to start using Marten to write Cocoa applications. Please examine the sample project code for examples of the new features.

Among the new features are:

Cocoa library now loads Cocoa routines as external procedures. As a result, the Cocoa library will take some time to load. Be patient.
Marten editor will now allow external procedures to be annotated as "super" to permit calls like "[super init]"
Objective-C class methods (for example [NSObject alloc]) can be called as external procedures using the form "NSObject\alloc".
When an Objective-C object is passed to an external procedure (such as "init"), the operation is equivalent to "[object init]".
Marten external get and set methods can now be used to access Objective-C instance variables.

About Andescotia

Andescotia LLC is a privately held company formed in 2003 and founded with the goal of creating innovative development tools and productivity software.
MacOS is a trademark of Apple Computer, Inc., registered in the U.S. and other countries.
Marten is a trademark of Andescotia LLC.

-----------------------------------------------------------------------

Andescotia LLC announces the beta release of Marten™ 1.4.6 with support for Objective-C and Cocoa application development.

Graphical Programming comes to MacOS X

BOZEMAN, Montana - November 22, 2011

For early adopters, we would like to announce that a new beta version of Marten 1.4.6 is available in the download area. The zipped folder has an updated Marten editor, sample Cocoa application project, and new Marten libraries. This is strictly an experimental beta version and does not support compiling Cocoa applications yet. It is strictly for those "bleeding edge" users who would like to start using Marten to write Cocoa applications.

About Andescotia

Andescotia LLC is a privately held company formed in 2003 and founded with the goal of creating innovative development tools and productivity software.
MacOS is a trademark of Apple Computer, Inc., registered in the U.S. and other countries.
Marten is a trademark of Andescotia LLC.

-----------------------------------------------------------------------

Happy Halloween!

Andescotia LLC announces the FREE release of the Marten™ 1.4.6 Software Development Environment for MacOS X

Graphical Programming comes to MacOS X and is available as a free download

BOZEMAN, Montana - October 31, 2011

Andescotia LLC (http://www.andescotia.com) is proud to announce the next release of the Marten™ graphical software development environment (IDE), version 1.4.6, the first native graphical programming environment for MacOS X. With the Marten IDE, developers diagram code instead of writing it, placing icons of operations onto a canvas and then linking them together to define the control flow of their software.

Other powerful features of the Marten IDE include the ability for users to execute their code while editing it and to create an application executable with a single button push. When developers can run their code as they edit it, they enjoy an entirely new and more productive software development process than the old compile/link/debug steps. They can skip forward or rollback to any point in an executing program with a click of the mouse and change data at any moment.

Unexplained build failures and link errors disappear because a running application is created the moment a developer starts a project. In addition, syntax errors are non-existent because developers manipulate the elements of the language directly and the Marten IDE garbage collection eliminates autorelease pools and other memory management concerns. A push of a button turns the project application into a standalone executable. Should users want to create applications with a smaller footprint they can export their code and use GCC to build an executable directly from the Marten environment.

In addition, users can create their own editors within the Marten environment for any class object in their code. No need to write plug-ins or dynamic libraries. The Marten IDE ships with application class frameworks along with their respective class object editors to allow developers to quickly layout and create standalone applications. An experimental framework lets users to work with Cocoa and Objective-C routines directly within the Marten environment. Marten also includes several libraries that allows applications to use the MySQL, Postgres, and IOKit APIs among others.

Marten 1.4.6 comes with the editor/interpreter application, documentation, language extension libraries, class application frameworks, and example projects illustrating the use of the development environment.

New to this release:

Available for free. Users need merely register their e-mail address.

Support for MacOS X 10.6 and 10.7.
Creates targeted or universal binaries for PPC and/or x86 architectures.
Universal binary for Marten IDE runs natively on PPC or x86 architectures.
Marten C Tool is included in distribution so users can create new Marten libraries.
Updated application frameworks featuring new object editors.
A preliminary port of the Prograph CPX ABC/ABE class framework to support migration of Prograph CPX code to Marten.
New example projects and documentation.
New libraries for MacOS X APIs.

Pricing and Availability

Marten 1.4.6 is available now for Mac OS X 10.6 or later versions and is free for use at http://www.andescotia.com.

About Andescotia

Andescotia LLC is a privately held company formed in 2003 and founded with the goal of creating innovative development tools and productivity software.
MacOS is a trademark of Apple Computer, Inc., registered in the U.S. and other countries.
Marten is a trademark of Andescotia LLC.

-----------------------------------------------------------------------

Jack Small

BOZEMAN, Montana - May 1, 2011

It is with the utmost sadness and deepest regret that I have to report that Jack Small passed away towards the end of March. For those of you who don't know who Jack Small is, I ask that you launch your copy of Marten, open up the "About Marten" window and note that Jack's name leads all the rest. Jack is the reason Marten exists and his passion for the Prograph language is what drove the project on. For those of us who knew Jack, we know that the term "Prographer" was seemingly invented just to describe him. Please stop for a moment and kindly remember a unique and special man who literally gave his all to see Prograph survive as a living language. I encourage everyone to click on the link to the left and read Patrick Brinton's moving obituary for Jack.

Thank you.

Scott Anderson

-----------------------------------------------------------------------

Andescotia LLC announces the release of the Marten™ 1.4 Software Development Environment for MacOS X

Graphical Programming comes to MacOS X

BOZEMAN, Montana - April 16, 2008

Andescotia LLC (http://www.andescotia.com) is proud to announce the next release of the Marten™ graphical software development environment (IDE), version 1.4, the first native graphical programming environment for MacOS X. With the Marten IDE, developers diagram code instead of writing it, placing icons of operations onto a canvas and then linking them together to define the control flow of their software.

Other powerful features of the Marten IDE include the ability for users to execute their code while editing it and to create an application executable with a single button push. When developers can run their code as they edit it, they enjoy an entirely new and more productive software development process than the old compile/link/debug steps. They can skip forward or rollback to any point in an executing program with a click of the mouse and change data at any moment.

Unexplained build failures and link errors disappear because a running application is created the moment a developer starts a project. In addition, syntax errors are non-existent because developers manipulate the elements of the language directly and the Marten IDE garbage collection eliminates autorelease pools and other memory management concerns. A push of a button turns the project application into a standalone executable. Should users want to create applications with a smaller footprint they can export their code and use GCC to build an executable directly from the Marten environment.

In addition, users can create their own editors within the Marten environment for any class object in their code. No need to write plug-ins or dynamic libraries. The Marten IDE ships with application class frameworks along with their respective class object editors to allow developers to quickly layout and create standalone applications. An experimental framework lets users to work with Cocoa and Objective-C routines directly within the Marten environment. Marten also includes several libraries that allows applications to use the MySQL, Postgres, and IOKit APIs among others.

Marten 1.4 comes with the editor/interpreter application, documentation, language extension libraries, class application frameworks, and example projects illustrating the use of the development environment.

New to this release:

Support for MacOS X 10.5.
Creates targeted or universal binaries for PPC and/or x86 architectures.
Universal binary for Marten IDE runs natively on PPC or x86 architectures.
Marten C Tool is included in distribution so users can create new Marten libraries.
Updated application frameworks featuring new object editors.
A preliminary port of the Prograph CPX ABC/ABE class framework to support migration of Prograph CPX code to Marten.
New example projects and documentation.
New libraries for MacOS X APIs.
Demo application available for download.
Pricing and Availability

Marten 1.4 is available now for Mac OS X 10.3.9 or later versions and can be purchased for the price of $68.00 USD at http://www.andescotia.com.

About Andescotia

Andescotia LLC is a privately held company formed in 2003 and founded with the goal of creating innovative development tools and productivity software.
MacOS is a trademark of Apple Computer, Inc., registered in the U.S. and other countries.
Marten is a trademark of Andescotia LLC.

-----------------------------------------------------------------------