Racket!

Web-application tutorial > ?q web%20applications Software * Download Racket v6.8 https://download.racket-lang.org/
* Source code https://github.com/plt/racket/
* Bug reports https://github.com/racket/racket/issues
* Nightly snapshot builds https://pre.racket-lang.org/installers/

Racket alternatives

  • Haskell

  • Haskell is an advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency and parallelism, debuggers, profilers and rich libraries.

    tags: development programming-language
  • 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 by the mature and much-loved Cocoa and Cocoa Touch frameworks, is an opportunity to reimagine how software development works.

    tags: compilers development interpreter ios-development mac-osx-development
  • Clojure

  • Clojure is a dynamic programming language that targets the Java Virtual Machine (and the CLR ). It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. »

    tags: compilers concurrent functional-language java-based lisp
  • Kotlin

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

    tags: compilers developer-tools development interpreter object-oriented-language