Popularity
5.0
Stable
Activity
0.0
Stable
444
48
80

Programming language: F#
License: Apache License 2.0
Tags: Compiler    

FunScript alternatives and similar packages

Based on the "Compiler" category.
Alternatively, view FunScript alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of FunScript or a related project?

Add another 'Compiler' Package

README

FunScript

Please note: this project is not actively maintained anymore. Please look at these alternatives: Fable or WebSharper.

FunScript consists of a standalone F# to JavaScript compiler library and a Type Provider to TypeScript. FunScript lets you connect to client and server APIs with Intellisense and types automagically using F# 3's Type Provider mechanism.

Status:

  • Windows: TeamCity build status
  • Mono: Build Status

Compiler Library

The compiler library generates JavaScript code that can be run in-browser or server-side inside Node.js. Simply mark F# modules to be compiled with the ReflectedDefinition attribute. The compiler library has minimal dependencies and can be run inside either Visual Studio or MonoDevelop.

Contributing

Please help test the compiler libary and type provider by building samples and reporting issues.

More information

Please see the FunScript website.