Lua

Lua

Lua Language

About

Fortran has been designed from the ground up for computationally intensive applications in science and engineering. Mature and battle-tested compilers and libraries allow you to write code that runs close to the metal, fast. Fortran is statically and strongly typed, which allows the compiler to catch many programming errors early on for you. This also allows the compiler to generate efficient binary code. Fortran is a relatively small language that is surprisingly easy to learn and use. Expressing most mathematical and arithmetic operations over large arrays is as simple as writing them as equations on a whiteboard. Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs. You can run almost the same code on a single CPU, on a shared-memory multicore system, or on a distributed-memory HPC or cloud-based system.

About

Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode with a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. Lua has a deserved reputation for performance. To claim to be "as fast as Lua" is an aspiration of other scripting languages. Several benchmarks show Lua as the fastest language in the realm of interpreted scripting languages. Lua is fast not only in fine-tuned benchmark programs, but in real life too. Substantial fractions of large applications have been written in Lua.

About

MoonScript is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features. MoonScript can either be compiled into Lua and run at a later time, or it can be dynamically compiled and run using the moonloader. Because it compiles right into Lua code, it is completely compatible with alternative Lua implementations like LuaJIT, and it is also compatible with all existing Lua code and libraries. The command line tools also let you run MoonScript directly from the command line, like any first-class scripting language. MoonScript provides a clean syntax using significant whitespace that avoids all the keyword noise typically seen in a Lua script. It also adds table comprehensions, implicit return on functions, classes, inheritance, scope management statements import & export, and a convenient object creation statement called with.

About

Simple, fast, safe, and compiled. For developing maintainable software. Simple language for building maintainable programs. You can learn the entire language by going through the documentation over a weekend, and in most cases, there's only one way to do something. This results in simple, readable, and maintainable code. This results in simple, readable, and maintainable code. Despite being simple, V gives a lot of power to the developer and can be used in pretty much every field, including systems programming, webdev, gamedev, GUI, mobile, science, embedded, tooling, etc. V is very similar to Go. If you know Go, you already know 80% of V. Bounds checking, No undefined values, no variable shadowing, immutable variables by default, immutable structs by default, option/result and mandatory error checks, sum types, generics, and immutable function args by default, mutable args have to be marked on call.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

DevOps teams seeking a high-performance parallel Programming Language solution

Audience

DevOps teams in need of a scripting language solution

Audience

Developers that want a programmer friendly language that compiles to Lua

Audience

Developers interested in a language for building maintainable programs

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

No information available.
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Fortran
United States
fortran-lang.org

Company Information

Lua Language
www.lua.org

Company Information

MoonScript
moonscript.org

Company Information

V Programming Language
United States
vlang.io

Alternatives

Alternatives

Alternatives

Alternatives

Swift

Swift

Apple
Java

Java

Oracle
ABAP

ABAP

SAP PRESS
Zig

Zig

Zig Software Foundation

Categories

Categories

Categories

Categories

Integrations

Amp
Arm MAP
BullMQ
CLion
CUDA
Cocos Creator
Code::Blocks
Coverity Static Analysis
GPT Pilot
Intel oneAPI HPC Toolkit
Kiuwan Code Security
Mako Server
Mayhem Code Security
Nakama
Opengrep
Overleaf
PMD
Replit
RunCode
TextMate

Integrations

Amp
Arm MAP
BullMQ
CLion
CUDA
Cocos Creator
Code::Blocks
Coverity Static Analysis
GPT Pilot
Intel oneAPI HPC Toolkit
Kiuwan Code Security
Mako Server
Mayhem Code Security
Nakama
Opengrep
Overleaf
PMD
Replit
RunCode
TextMate

Integrations

Amp
Arm MAP
BullMQ
CLion
CUDA
Cocos Creator
Code::Blocks
Coverity Static Analysis
GPT Pilot
Intel oneAPI HPC Toolkit
Kiuwan Code Security
Mako Server
Mayhem Code Security
Nakama
Opengrep
Overleaf
PMD
Replit
RunCode
TextMate

Integrations

Amp
Arm MAP
BullMQ
CLion
CUDA
Cocos Creator
Code::Blocks
Coverity Static Analysis
GPT Pilot
Intel oneAPI HPC Toolkit
Kiuwan Code Security
Mako Server
Mayhem Code Security
Nakama
Opengrep
Overleaf
PMD
Replit
RunCode
TextMate
Claim Fortran and update features and information
Claim Fortran and update features and information
Claim Lua and update features and information
Claim Lua and update features and information
Claim MoonScript and update features and information
Claim MoonScript and update features and information
Claim V Programming Language and update features and information
Claim V Programming Language and update features and information