Alternatives to Visual Basic

Compare Visual Basic alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Visual Basic in 2026. Compare features, ratings, user reviews, pricing, and more from Visual Basic competitors and alternatives in order to make an informed decision for your business.

  • 1
    BASIC

    BASIC

    BASIC

    BASIC (Beginners' All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages designed for ease of use. Initially, BASIC concentrated on supporting straightforward mathematical work, with matrix arithmetic support from its initial implementation as a batch language, and character string functionality being added by 1965. The emergence of BASIC took place as part of a wider movement towards time-sharing systems. Some dialects of BASIC supported matrices and matrix operations, which can be used to solve sets of simultaneous linear algebraic equations. These dialects would directly support matrix operations such as assignment, addition, multiplication (of compatible matrix types), and evaluation of a determinant. BASIC declined in popularity in the 1990s, as more powerful microcomputers came to market and programming languages with advanced features (such as Pascal and C) became tenable on such computers.
  • 2
    RemObjects Mercury

    RemObjects Mercury

    RemObjects Mercury

    Mercury is an implementation of the BASIC programming language that is fully code-compatible with Microsoft Visual Basic.NET™, but takes it to the next level, and to new horizons. With Mercury, you will be able to build your existing VB.NET projects and leverage your Visual Basic™ language experience to write code for any modern target platform. You can mix Mercury code with any of the other five Elements languages in the same project if you like! The Mercury language will be deeply integrated into our development environments. Develop your projects in our smart yet lightweight IDEs, Water on Windows or Fire on Mac, with project templates, code completion, integrated debugging for all platforms, and many other advanced development features. Of course, Mercury will also integrate into Visual Studio™ 2017, 2019 and 2022. With Elements, all languages are created equal. Even within the same project, you can mix Mercury, C#, Swift, Java, Oxygene and Go.
    Starting Price: $49 per month
  • 3
    Small Basic

    Small Basic

    Small Basic

    Small Basic is the only programming language created especially to help students transition from block-based coding to text-based coding. By teaching the fundamental elements of syntax-based languages in an approachable manner, Small Basic gives students the skills and confidence to tackle more complex programming languages such as Java and C#. You can also build applications for Kinect, Lego Mindstorm, Raspberry Pi, Arduino, Oculus Rift, and more using Small Basic. Small Basic combines a friendly environment with a very simple language and a rich and engaging set of libraries to make your programs and games pop! In a matter of a few lines of code, you will be well on your way to creating your very own game! Share your programs with your friends and let them import your published programs and run them on their computers. Using the Silverlight player, you can even post your games on your own blogs and websites and play them in the browser.
  • 4
    XSharp (X#)
    X# is an open-source development language for .NET, based on the xBase language. It comes in different flavors, such as Core, Visual Objects, Vulcan.NET, xBase++, Harbour, Foxpro, and more. X# has been built on top of Roslyn, the open-source architecture behind the current Microsoft C# and Microsoft Visual Basic compilers. We have added a new options page (tools/options/text editor/X#) where you can control which suggestions the editor will suggest in the "general" code completion list. Code completion after a colon or dot will show namespaces, types, members, etc. And code completion after AS or IS will show types and namespaces. Several preprocessor fixes to make the preprocessor more compatible with FoxPro and Xbase++. We have also added the #if and #stdout commands. We added several smaller fixes in the RDD system to improve the compatibility with Visual Objects, XBase++ and FoxPro.
  • 5
    QBasic

    QBasic

    QBasic

    QBasic as well as QuickBasic is an easy-to-learn programming language (and therefore ideal for beginners), based on DOS operating system, but also executable on Windows. QBasic is the slimmed-down version of QuickBasic. Compared to QuickBasic, QBasic is limited as it lacks a compiler. Therefore QBasic cannot be used to produce executables (.exe files). The source code (usual files with .bas extension) can only be executed immediately by the built-in QBasic interpreter. Furthermore, QuickBasic has a more extensive command set than QBasic. The best way to learn to program is to start with a lightweight programming language and a simple compiler. Qbasic (short: QB) has great advantages for pros and beginners that other compilers can't offer. Back then, when DOS was the most widely used operating system, QB IDE enjoyed great popularity. On current Windows systems, QBasic/QuickBASIC requires a DOS emulator, e.g. DOSBox.
  • 6
    GameMaker Language (GML)
    The GameMaker Language (also called simply GML) is the proprietary GameMaker scripting language. This language is structured to permit users to create their games in an intuitive and flexible way while offering all the power of any other major programming language. It is also the basis for GML Visual and can be used in conjunction with that if required. Each event has its own tab in the editor and you can add, edit, or remove code from them at any time (for more information on events see Object Events). The code itself must have a basic structure and can contain resource indices, variables, functions, expressions, keywords, etc. all of which are explained in the sections below. If you are a novice to programming or making the switch from GML Visual, it is recommended that you start with the page on basic code structure and then read through all the other pages in this section, testing code from each one within GameMaker itself.
  • 7
    C++/CLI

    C++/CLI

    Microsoft

    In Visual Studio 2022, the default target framework for .NET Core projects is 6.0. For .NET Frameworks projects, the default is 4.7.2. The .NET Framework version selector is on the configure your new project page of the create a new project dialog. C++/CLI itself isn't installed by default when you install a Visual Studio C++ workload. To install the component after Visual Studio is installed, open the Visual Studio Installer by selecting the Windows Start menu and searching for visual studio installer. Choose the modify button next to your installed version of Visual Studio. Select the Individual components tab. Scroll down to the compilers, build tools, and runtimes section, and select C++/CLI support for v143 build tools (Latest). Select modify to download the necessary files and update Visual Studio. By using C++/CLI you can create C++ programs that use .NET classes as well as native C++ types. C++/CLI is intended for use in console applications.
  • 8
    VisualVM

    VisualVM

    VisualVM

    VisualVM monitors and troubleshoots applications running on Java 1.4+ from many vendors using various technologies including jvmstat, JMX, Serviceability Agent (SA) and Attach API. VisualVM perfectly fits all the requirements of application developers, system administrators, quality engineers, and end users. For each process VisualVM shows basic runtime information: PID, main class, arguments passed to java process, JVM version, JDK home, JVM flags and arguments and System properties. VisualVM monitors application CPU usage, GC activity, heap and metaspace / permanent generation memory, number of loaded classes and running threads. VisualVM provides basic profiling capabilities for analyzing application performance and memory management. Both sampling and instrumentation profilers are available.
  • 9
    BoxLang

    BoxLang

    BoxLang

    BoxLang is a modern, dynamically and loosely typed scripting language for the Java Virtual Machine (JVM) that supports Object-Oriented (OO) and Functional Programming (FP) constructs. It can be deployed on multiple platforms and all operating systems, web servers, Java application servers, AWS Lambda, WebAssembly, and more. BoxLang combines many features from different programming languages to provide developers with a modern, fluent, and expressive syntax. BoxLang has been designed to be a highly modular and dynamic language that takes advantage of all the modern features of the JVM. It is dynamically typed, which means there's no need to declare types. It can perform type inference, auto-casting, and promotions between different types. The language adjusts to its deployed runtime and can add, remove, or modify methods and properties at runtime.
  • 10
    Oxygene

    Oxygene

    RemObjects Software

    Pascal is more relevant today than ever, and modern Pascal implementations such as Oxygene have a lot to bring to the table. Oxygene is a powerful general-purpose programming language, designed to let developers create all imaginable kinds of projects on a wide variety of platforms. To achieve this, it provides a combination of language features that ease the development processes, from basic object-oriented language concepts found in most modern languages (such as the concept of classes with methods, properties, and events) to sophisticated specialized language features that enable and ease specific development tasks (such as creating safe, multi-threaded applications), many of those unique to Oxygene. All of the provided features are based on the foundation of Object Pascal and stay true to the language design paradigms that make Pascal great, readable, and discoverable. As an object-oriented language, most code written in Oxygene lives in "classes".
    Starting Price: $199 one-time payment
  • 11
    Crystal

    Crystal

    Crystal

    Crystal’s syntax is heavily inspired by Ruby’s, so it feels natural to read and easy to write, and has the added benefit of a lower learning curve for experienced Ruby devs. Crystal is statically type-checked, so any type errors will be caught early by the compiler rather than fail on runtime. Moreover, and to keep the language clean, Crystal has built-in type inference, so most type annotations are unneeded. All types are non-nilable in Crystal, and available variables are represented as a union between the type and nil. As a consequence, the compiler will automatically check for null references in compile time. Crystal’s answer to metaprogramming is a powerful macro system, which ranges from basic templating and AST inspection to types inspection and running arbitrary external programs.
  • 12
    ConTEXT Editor

    ConTEXT Editor

    ConTEXT Editor

    ConTEXT is small, fast and powerful text editor for software developers. Unlimited open files, unlimited editing file size length, powerful syntax highlighting for C/C++, Delphi/Pascal, 80x86 assembler, Java, Java Script, Visual Basic, Perl/CGI, HTML, SQL, Python, PHP, Tcl/Tk, user definable syntax highlighter, project workspaces, compiler integration, multi-language support and many more features.
  • 13
    C#

    C#

    Microsoft

    C# (also known as C Sharp, pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
  • 14
    Objective-C

    Objective-C

    Objective-C

    Objective-C is the primary programming language you use when writing software for OS X and iOS. It’s a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime. When building apps for OS X or iOS, you’ll spend most of your time working with objects. Those objects are instances of Objective-C classes, some of which are provided for you by Cocoa or Cocoa Touch and some of which you’ll write yourself.
  • 15
    AutoIt

    AutoIt

    AutoIt

    AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement, and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages. We looked at many editors to see which one was the most useful editor for AutoIt. We found SciTE and saw its potential and wrote a customized Lexer for the syntax highlighting and syntax folding and created a special installer called SciTE4AutoIt3. AutoIt was initially designed for PC "roll out" situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user functions, loops and everything else that veteran scripters would expect.AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying "runtimes" required.
  • 16
    Babel Obfuscator

    Babel Obfuscator

    babelfor.NET

    Babel Obfuscator is a powerful protection tool for the Microsoft .NET Framework. Programs written in .NET languages, like C# and Visual Basic .NET, are normally easy to reverse engineer because they compile to MSIL (Microsoft Intermediate Language), a CPU-independent instruction set that is embedded into .NET assemblies, along with metadata allowing the reconstruction of original source code. Babel Obfuscator is able to transform assemblies in order to conceal the code, so reversing is extremely difficult. This transformation process is called obfuscation. Protect your software against reverse engineering to safeguard the intellectual property of your code. Runs on Windows, MAC OSX, and Linux operating systems. Fully managed code encryption and virtualization. Simplify the deploy of your application merging or embedding all dependencies into a single file. Performs code optimization by reducing the overall metadata size and removing unused code.
    Starting Price: €350 one-time payment
  • 17
    Liquid XML Data Binder

    Liquid XML Data Binder

    Liquid Technologies Ltd

    Liquid XML Data Binder enables you to load XML Documents into a strongly typed object model within your C#, C++, Java, Visual Basic .Net or VB6 (COM) source code. Meaning fewer coding errors, reduced development and testing time, and an increase in schema conformance and coding reliability. Liquid XML Data Binder Features: - Generates an easy to use class library for C++, C#, Java, Visual Basic .Net, and VB 6 (COM) from an XML Schema. - Generated HTML documentation for your class library API. - Supports Smart Device platforms Android and iOS. - Supports W3C XML Schema (XSD), XDR and DTD standards. - Supports generating WCF Web Services from WSDL. - Supports JSON serialization. - Supports Fast Infoset binary XML serialization. - Support for the most complex XML standards. - Royalty free distribution of compiled code and runtime.
  • 18
    Deno

    Deno

    Deno

    Deno is a simple, modern and secure runtime for JavaScript, TypeScript, and WebAssembly that uses V8 and is built in Rust. Deno comes with a manual which contains more in depth explanations about the more complex functions of the runtime, an introduction to the concepts that Deno is built on, details about the internals of Deno, how to embed Deno in your own application and how to extend Deno using Rust plugins. Next to the Deno runtime, Deno also provides a list of audited standard modules that are reviewed by the Deno maintainers and are guaranteed to work with a specific Deno version. These live in the denoland/deno_std repository.
  • 19
    XAML

    XAML

    Microsoft

    XAML is a declarative markup language. As applied to the .NET Core programming model, XAML simplifies creating a UI for a .NET Core app. You can create visible UI elements in the declarative XAML markup, and then separate the UI definition from the run-time logic by using code-behind files that are joined to the markup through partial class definitions. XAML directly represents the instantiation of objects in a specific set of backing types defined in assemblies. This is unlike most other markup languages, which are typically an interpreted language without such a direct tie to a backing type system. XAML enables a workflow where separate parties can work on the UI and the logic of an app, using potentially different tools. When represented as text, XAML files are XML files that generally have the .xaml extension. The files can be encoded by any XML encoding, but encoding as UTF-8 is typical.
  • 20
    Ring

    Ring

    Ring

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are imperative, procedural, object-oriented, declarative using nested structures, functional, meta programming and natural programming. The language is portable (Windows, Linux, macOS, Android, WebAssembly, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be simple, small and flexible. The language is simple, trying to be natural, encourage organization and comes with transparent and visual implementation. It comes with compact syntax and a group of features that enable the programmer to create natural interfaces and declarative domain-specific languages in a fraction of time. It is very small, flexible and comes with smart garbage collector that puts the memory under the programmer control. It supports many programming paradigms, comes with useful and practical libraries.
  • 21
    Active File Compare

    Active File Compare

    Formula Software

    Active File Compare is an advanced utility for the comparison and synchronization of any text files in visual mode, it reports the results of the comparison in two side-by-side windows on the screen, the differing lines being marked with special color icons. This utility is an excellent tool for comparing source code versions since it allows you to correct the source code and also supports syntax highlighting for the programming languages C++, C#, Java, Visual Basic, Delphi, Object Pascal, SQL, Perl, Assembler, Fortran, Foxpro etc. and for HTML, PHP, XML, INI and BAT files. You can also use it to manage the source code when several independent authors make changes. The algorithm of comparing is designed in such a way that it's always very accurate in finding differences both in small text files and in files with a large number of changes. Active File Compare has its own file manager consisting of two side-by-side windows.
    Starting Price: $7.95 one-time payment
  • 22
    WinUI

    WinUI

    Microsoft

    The Windows UI Library (WinUI) is a native user experience (UX) framework for both Windows desktop and UWP applications. By incorporating the Fluent Design System into all experiences, controls, and styles, WinUI provides consistent, intuitive, and accessible experiences using the latest user interface (UI) patterns. With support for both desktop and UWP apps, you can build with WinUI from the ground up, or gradually migrate your existing MFC, WinForms, or WPF apps using familiar languages such as C++, C#, Visual Basic, and Javascript (via React Native for Windows).
  • 23
    SQL Server Data Tools (SSDT)
    SQL Server Data Tools (SSDT) transforms database development by introducing a ubiquitous, declarative model that spans all the phases of database development inside Visual Studio. You can use SSDT Transact-SQL design capabilities to build, debug, maintain, and refactor databases. You can work with a database project, or directly with a connected database instance on or off-premise. Developers can use familiar Visual Studio tools for database development. Tools such as: code navigation, IntelliSense, language support that parallels what is available for C# and Visual Basic, platform-specific validation, debugging, and declarative editing in the Transact-SQL editor. SSDT also provides a visual Table Designer for creating and editing tables in either database projects or connected database instances. While you are working on your database projects in a team-based environment, you can use version control for all the files.
  • 24
    Scala

    Scala

    Scala

    Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. The Scala compiler is smart about static types. Most of the time, you need not tell it the types of your variables. Instead, its powerful type inference will figure them out for you. In Scala, case classes are used to represent structural data types. They implicitly equip the class with meaningful toString, equals and hashCode methods, as well as the ability to be deconstructed with pattern matching. In Scala, functions are values, and can be defined as anonymous functions with a concise syntax.
  • 25
    Suneido

    Suneido

    Suneido Software

    Suneido™ is a complete, integrated application platform – a system for developing and deploying applications without the frustrations of integrating multiple different products. Suneido incorporates an object-oriented programming language, client-server relational database software, and application frameworks and components. It includes the integrated development environment (IDE) used to create applications as well as the client and server required to run applications across networks. Suneido is Open Source – it is provided free, with complete source code. Our mission is to provide a simple, open, lightweight, industrial strength alternative to large, complex, expensive, closed application technologies such as Visual Basic, Access, FoxPro, Delphi, Oracle, and SQL Server.
  • 26
    Kaboom

    Kaboom

    Kaboom

    Kaboom is a Javascript game programming library that helps you make games fast and fun. Game Object is the basic unit of entity in a kaboom world. Everything is a game object, the player, a butterfly, a tree, or even a piece of text.
  • 27
    CUDA

    CUDA

    NVIDIA

    CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA, developers are able to dramatically speed up computing applications by harnessing the power of GPUs. In GPU-accelerated applications, the sequential part of the workload runs on the CPU – which is optimized for single-threaded performance – while the compute intensive portion of the application runs on thousands of GPU cores in parallel. When using CUDA, developers program in popular languages such as C, C++, Fortran, Python and MATLAB and express parallelism through extensions in the form of a few basic keywords. The CUDA Toolkit from NVIDIA provides everything you need to develop GPU-accelerated applications. The CUDA Toolkit includes GPU-accelerated libraries, a compiler, development tools and the CUDA runtime.
  • 28
    Apache Groovy

    Apache Groovy

    The Apache Software Foundation

    Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming. Concise, readable and expressive syntax, easy to learn for Java developers. Closures, builders, runtime & compile-time meta-programming, functional programming, type inference, and static compilation. Flexible & malleable syntax, advanced integration & customization mechanisms, to integrate readable business rules in your applications. Great for writing concise and maintainable tests, and for all your build and automation tasks.
  • 29
    Unlambda

    Unlambda

    Unlambda

    Unlambda is a programming language. Nothing remarkable there. The originality of Unlambda is that it stands as the unexpected intersection of two marginal families of languages. Functional programming languages, of which the canonical representative is Scheme (a Lisp dialect). This means that the basic object manipulated by the language (and indeed the only one as far as Unlambda is concerned) is the function. Rather, Unlambda uses a functional approach to programming: the only form of objects it manipulates are functions. Each function takes a function as an argument and returns a function. Apart from a binary “apply” operation, Unlambda provides several built-in functions (the most important ones being the K and S combinators). User-defined functions can be created, but not saved or named, because Unlambda does not have any variables.
  • 30
    Image Thumbnail CP SDK ActiveX x64
    Support create 64 bit and 32 bit Image Thumbnail application. Support code base which runs on 64-bit and 32-bit architecture. Supports PDF, BMP, GIF, ICO, JPEG, J2K, JP2, JPC, J2C, PCX, PNG, PSD, TIF, WMF, WBMP, TGA, PGX, RAS, PNM file format and customizable file formats is supported. Fast loading time and image quality control. Allow user to define Clip Size in runtime or design time. Support Get PDF information, PDF Width and Height, Total PDF Page, PDF Author, PDF Title, PDF Subject, PDF Keyword, PDF Version Number,PDF Modify Date and Creation Date. Support programmatically select multiple clips. Support custom define text for each image clips. Support loading the image clips from folder. Support displays thumbnails for all pages in multi-page TIFF and PDF files. Support return number of clips that are in the visible area. Include Access, c# 2019, c# 2010, VB.NET 2019, VB.NET 2010, Delphi, Visual C, Visual Basic 6, Visual Foxpro, Web Page Sample Code.
  • 31
    OpenPLC Editor
    The OpenPLC Editor is an IEC 61131-3 compliant PLC editor totally free and open source. You can use it to upload PLC code directly to any board or system running OpenPLC Runtime. OpenPLC is an open-source programmable logic controller that is based on easy-to-use software. It is the first fully functional standardized open-source PLC, both in software and hardware. The OpenPLC project was created in accordance with the IEC 61131-3 standard, which defines the basic software architecture and programming languages for PLCs. OpenPLC is mainly used in industrial and home automation, the internet of things, and SCADA research. The Runtime is a portable software designed to run from the smallest of all microcontrollers (Arduino-compatible) to powerful servers in the cloud. It is responsible for executing the PLC programs you create using the Editor. The OpenPLC Editor is the software that runs on your computer and, as mentioned, is used to create your PLC programs.
  • 32
    Mobilize.net

    Mobilize.net

    Mobilize.Net

    Get a free report with a detailed analysis of your source code. Plus, a migration engineer will help you understand how to migrate your project. A quick phone call to review your data can provide valuable insights into what workloads can be made cloud-ready quickly, and which might need additional effort. VB6 has been out of support for over a decade. The Visual Basic Upgrade Companion quickly and efficiently migrates VB6 code to C# or VB.NET and .NET Core or Framework with Windows Forms. Faster than a rewrite, more productive than all other solutions. VBUC moves forms, business logic, and object names to .NET Framework or Core, keeping proven and debugged logic and processes intact. Web apps can be complex. WebMAP moves your .NET, PowerBuilder, and Winforms apps to the native web with Angular and ASP.NET Core while hiding the clutter.
  • 33
    OfficeFIX

    OfficeFIX

    Cimaware Software

    Repair your corrupt Microsoft Access database. Repair your accdb, accde, mdb or mde file on your own computer. Save all the valid data to a new trouble-free file. Recover your data, even if the file can no longer be opened with Microsoft Access. Recover your lost, corrupt or deleted data. Unlock protected databases. Recover everything, not only the basic recovery of other tools. You will also recover Visual Basic, attachment fields, field properties, forms, macros, and many other exclusive features. ExcelFIX recovers all data from a corrupt xlsx or xls Excel file and saves them to a new, trouble-free, file. Many people have successfully repaired their files with ExcelFIX after failing with many other tools. See for yourself from our true testimonials. ExcelFIX has been installed more than 900,000 times so far. Many universities, city halls, and big companies around the world trust us.
  • 34
    IT-BRAMA Corporate Portal

    IT-BRAMA Corporate Portal

    IT-BRAMA Enterprise Portal Solutions

    IT-Brama Standard is optimally suited for those companies that, due to the exceptional specifics of their activities or as unnecessary, do not need to use templates and standard business process routes. As in IT-BRAMA Basic, the corporate portal IT-BRAMA Standard implements the concept of Enterprise 2.0 using a set of proprietary tools. In addition to the functionality implemented in IT-BRAMA Basic, IT-BRAMA Standard includes document management core mechanisms with mechanisms for visually setting document movement routes. The workflow core itself is a platform and acts as the basis for the document flow management system and related processes. The document management core implements the basic functionality of electronic document management, as well as automates internal business processes: preparation, registration, storage, search for documents, minimizes work with paper copies, differentiation of access rights, export/import of data from external electronic information sources, etc.
    Starting Price: $1,500 one-time payment
  • 35
    AssemblyScript

    AssemblyScript

    The AssemblyScript Project

    A TypeScript-like language for WebAssembly. AssemblyScript targets WebAssembly's feature set specifically, giving developers low-level control over their code. Its similarity with TypeScript makes it easy to compile to WebAssembly without learning a new language. Integrates with the existing Web ecosystem - no heavy toolchains to set up. Simply npm install it! AssemblyScript is free and open source software released under the Apache License, Version 2.0, builds upon Binaryen and is based on the WebAssembly specification. It is brought to you by the following awesome people:
  • 36
    Verizon Visual Voicemail
    Basic Visual Voicemail shows a list of your voicemails. You can choose which to play, delete or reply to with a call or text. Premium Visual Voicemail and Voicemail to Text for iPhone transcribe the first 45 seconds of your voicemails so you can read them. All Verizon mobile phones still have basic (audio) voicemails. You can always dial *86 from your mobile device to hear and manage voicemails. Basic Visual Voicemail is free and included with your smartphone plan. Not available for Android devices on prepaid accounts. Premium Visual Voicemail lets you read your voicemails for $2.99/line per month on Android/Windows phones. Not available on prepaid accounts. Depending on your plan, you may incur additional data charges with Visual Voicemail. Download and use will be billed on a per-megabyte basis, or according to any data package you have. Mobile-to-mobile minutes do not apply. Standard rates apply to any calls, emails or messages initiated from Visual Voicemail.
    Starting Price: $2.99 per line per month
  • 37
    Help Generator

    Help Generator

    Help Generator

    The Help Generator provides help authoring tools to create chm help files, browser based help and printed user documentation. The modern, Office style, help editing environment has many features to make you highly productive and guarantee quality output. Edit using WYSIWYG (HTML) Help Editor with the modern Windows fluent ribbon. Use the Help Generator help authoring software to create the standard windows help files, also called chm files or compiled html help file, and browser based help for any windows application. The Help Generator add-in makes for each form in your application a descriptive topic page which include a title, screenshot with image map and sections for all controls. The pages generated by the add-in are been automatically integrated with your application so that you have instant F1 support for context sensitive help. Add-in versions are available for Visual Studio .NET, Visual Basic 6 and Microsoft Access.
    Starting Price: $37 one-time payment
  • 38
    Zig

    Zig

    Zig Software Foundation

    Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. A fresh approach to metaprogramming based on compile-time code execution and lazy evaluation. No hidden control flow. No hidden memory allocations. No preprocessor, no macros. Call any function at compile-time. Manipulate types as values without runtime overhead. Comptime emulates the target architecture. Use Zig as a zero-dependency, drop-in C/C++ compiler that supports cross-compilation out-of-the-box. Leverage zig build to create a consistent development environment across all platforms. Add a Zig compilation unit to C/C++ projects; cross-language LTO is enabled by default.
  • 39
    MusicVid

    MusicVid

    MusicVid

    MusicVid is a software to visualize your sound. Make professional visuals directly in your browser. No payments, watermarks, or forced sign-ups. Choose a template to start from. Play around with the settings until you have something you like. In short, it's an in-website editor where you can create and export videos of audio visualizations. The desktop version is basically a wrapper around the website, with the added possibility to use a faster way of exporting that isn't available for the web.
  • 40
    Julia

    Julia

    Julia

    Julia was designed from the beginning for high performance. Julia programs compile to efficient native code for multiple platforms via LLVM. Julia uses multiple dispatch as a paradigm, making it easy to express many object-oriented and functional programming patterns. The talk on the Unreasonable Effectiveness of Multiple Dispatch explains why it works so well. Julia is dynamically typed, feels like a scripting language, and has good support for interactive use. Julia provides asynchronous I/O, metaprogramming, debugging, logging, profiling, a package manager, and more. One can build entire Applications and Microservices in Julia. Julia is an open source project with over 1,000 contributors. It is made available under the MIT license.
  • 41
    .NET

    .NET

    Microsoft

    Free. Cross-platform. Open source. A developer platform for building all your apps. Build native apps for Android, iOS, macOS and Windows from a single codebase. You can write your .NET apps in C#, F#, or Visual Basic. Your skills, code, and favorite libraries apply anywhere you use .NET. You can learn more about what .NET can do with these free videos. .NET is open source and we are very thankful for the many contributions it receives from the community.
  • 42
    Togglz

    Togglz

    Togglz

    Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of continuous deployment and delivery. The basic idea is to associate a toggle with each new feature you are working on. This allows you to enable or disable these features at application runtime, even for individual users. Feature Toggles are very useful especially in the context of agile development practices and are used by big sites like Flickr. The basic idea is to have a configuration file that defines a bunch of toggles for various features you have pending. The running application then uses these toggles in order to decide whether or not to show the new feature. As this toggle is disabled by default you can safely deploy the application to the production servers even if the feature is not completely finished and tested. If the feature implementation is complete you can enable it in the production system at any point in time.
  • 43
    COMBINUM

    COMBINUM

    In-process Sweden

    Our CPQ package has all the functionality for best-in-class configuration, pricing and quoting and even basic CRM capacities. COMBINUM is designed for companies that manufacture configurable, multi-option products and that aim to enhance their sales productivity. The built-in graphics engine of the configurator lets the product be visualized with a drawing or a schema in real-time as the options are chosen. Manufacturing bill of materials and assembly instructions can be generated automatically and the open architecture simplifies integration to ERP systems. When a CPQ system communicates with its environment the business value increases substantially. The core of every integration is to gather and package information in a way that the receiving system can understand and act on. The new module COMBINUM Code makes this easy and without the need for programming. You control both contents and format from the administration tool COMBINUM Architect.
  • 44
    Mojo

    Mojo

    Modular

    Mojo 🔥 — a new programming language for all AI developers. Mojo combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models. Write Python or scale all the way down to the metal. Program the multitude of low-level AI hardware. No C++ or CUDA required. Utilize the full power of the hardware, including multiple cores, vector units, and exotic accelerator units, with the world's most advanced compiler and heterogenous runtime. Achieve performance on par with C++ and CUDA without the complexity.
  • 45
    Quadrigram

    Quadrigram

    Bestiario

    This collection of tutorials will teach you the building blocks of Quadrigram and you will learn good practices of effective data visualization. Quadrigram is a powerful drag and drop tool for visualizing data without the need for code. Here we will explore the basic layout features of Quadrigram to help you become familiarize with what this tool has to offer. Left-hand side of the menu bar is for user profile and for managing projects. The drop-down menu for the project allows you to create new projects, open, save, rename, and share your projects. The green icon on the right hand menu automatically saves your project every time you edit, so you make sure that nothing is lost in your project.
  • 46
    Elm

    Elm

    Elm

    Elm uses type inference to detect corner cases and give friendly hints. NoRedInk switched to Elm about four years ago, and 300k+ lines later, they still have not had to scramble to fix a confusing runtime exception in production. The compiler guides you safely through your changes, ensuring confidence even through the most widereaching refactorings in unfamiliar codebases. Including your own, six months later. All Elm programs are written in the same pattern, eliminating doubt and lengthy discussions when deciding how to build new projects and making it easy to navigate old or foreign codebases. Elm has its own virtual DOM implementation, designed for simplicity and speed. All values are immutable in Elm, and the benchmarks show that this helps us generate particularly fast JavaScript code.
  • 47
    CherryPy

    CherryPy

    CherryPy

    CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than ten years old, and it has proven to be fast and reliable. It is being used in production by many sites, from the simplest to the most demanding. In order to make the most of CherryPy, you should start with the tutorials that will lead you through the most common aspects of the framework. Once done, you will probably want to browse through the basics and advanced sections that will demonstrate how to implement certain operations. Finally, you will want to carefully read the configuration and extend sections that go in-depth regarding the powerful features provided by the framework.
  • 48
    Java

    Java

    Oracle

    The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.
  • 49
    Vala

    Vala

    The GNOME Project

    Vala is a programming language using modern high level abstractions without imposing additional runtime requirements and without using a different ABI compared to applications and libraries written in C. Vala uses the GObject type system and has additional code generation routines that make targeting the GNOME stack simple. Vala has many other uses where native binaries are required. More. There is GNOME Discourse for developer and general discussions. You can also join the Vala Matrix channel for asking questions and talking with the developers. Vala is a cross platform development tool with third party distributions providing binaries for Windows, macOS, Linux, BSDs and other platforms.
  • 50
    Stagraph

    Stagraph

    Stagraph

    Reduce the complexity of work with the data. With the Stagraph you can do all in one simple-to-use visual environment. Power of data-science languages combined with simplicity of Excel in one tool. No time-consuming data transfer between several applications. Use one environment for data import, data wrangling and data visualization. Make actionable insights in a few clicks, without coding. With the Stagraph you are not closed in one solution. Use your results outside the Stagraph environment. Offline or online, in interactive dashboards, reports or in other BI apps and R-based solutions. Stagraph interface allows you to connect directly to basic file types (Excel, CSV, DBF), you can load data from databases (via ODBC Connection) or you can create a custom dataset in a build-in spreadsheet. In addition, you can retrieve data from practically any data source using external R packages.
    Starting Price: $199 per user per year