Top 15 marten Alternative and Similar Softwares | Mar 2024

Graphical Programming for MacOSX

The Marten integrated software development environment (IDE) is a new, enjoyable way to create software for MacOS X. Graphical programming means you draw code, not write it. It's easier to create and easier to understand.

But ease of use does not mean lack of power. The Marten IDE supports the powerful Prograph dataflow computer language that lets you get the job done, whether it's big or small.

1. TREPL

TREPL TRE is an object-oriented, functional programming language. The main goal when designing it was to create a simple to use tool that will enable users to easily discover how computer programs work under the hood. It focuses on the concepts of the "heap" and the "stack", which are the basis......

2. Scratch

Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web. As young people create and share Scratch projects, they learn important mathematical and computational ideas, while also learning to think creatively, reason......

3. Kattis

Kattis Kattis helps companies make safer recruitments and attract the best developers with its dynamic challenge platform. With Kattis companies make sure developers make the cut before the technical interview saving time. Kattis can also be used to add code challenges to job-pages or for quality tests later in the recruitment......

4. FCorp My Code

FCorp My Code Sorry, we have added any description on FCorp My Code......

5. Crystal programming language

Crystal programming language A compiled language with Ruby like syntax and type inferenceLanguage goals:- Have a syntax similar to Ruby (but compatibility with it is not a goal)- Statically type-checked but without having to specify the type of variables or method arguments.- Be able to call C code by writing bindings to it......

6. Nim(programming language)

Nim(programming language) Nim is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency.......

7. OCaml

OCaml OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles.......

8. LiveCode Platform

LiveCode Platform Write once, deploy anywhereLiveCode enables flexible delivery to multiple platforms and devices from a single code base. This capability can boost the return on investment you get from adopting LiveCode by an order of magnitude.LiveCode solutions can be deployed as native executables on Windows, Mac and Linux desktops, popular Web......

9. Boo

Boo Boo is a stablished object oriented statically typed programming language for .NET and Mono (JVM support coming soon) with a python inspired syntax and a special focus on metaprogramming through language and compiler extensibility features such as macros and custom compilation pipelines.......

10. Evaldraw

Evaldraw Evaldraw allows you quickly write small programs in its C-like language. It supports static variables, enums, arrays, functions and just recently structs.Your code is re-compiled every time you type a character! Goodbye tedious compile times!A simple program that draws a gradient with the mouse:code:(){ setcol(mousx/xres*255,mousx/yres*255,255); drawsph( mousx, mousy, 10 );}Evaldraw......

11. UMLet

UMLet UMLet is an open-source UML tool with a simple user interface: draw UML diagrams fast, export diagrams to eps, pdf, jpg, svg, and clipboard, share diagrams using Eclipse, and create new, custom UML elements.UMLet is a UML tool aimed at providing a fast way of creating UML diagrams. UML elements......

12. CoderWall

CoderWall Where developers come to meet. Learn from the experts about the latest languages, tools & technologies or share your own pro tip and get feedback from thousands of developers.Discover over 6,000 brilliant engineering teams, how they're solving interesting challenges, and even find your next dream job.......

13. Apple Swift

Apple Swift Swift is a programming language for iOS, OS X, watchOS and tvOS apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun. Swift’s clean slate, backed......

14. Kotlin

Kotlin Statically typed programming language targeting the JVM and JavaScript 100% interoperable with Java™......

15. Hack

Hack Hack is a programming language for HHVM that interoperates seamlessly with PHP. Hack reconciles the fast development cycle of PHP with the discipline provided by static typing, while adding many features commonly found in other modern programming languages.Hack provides instantaneous type checking via a local server that watches the filesystem.......