Skip to content

juergenhoetzel/ob-fsharp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Org Babel for F#

Babel is Org’s ability to execute source code within Org documents.

Babel: Active Code in Org

The goal of this project is to extend the default Org Babel capabilities by supporting the F# programming language.

Simple Example

sprintf "Hello %s" str
Hello World!

See Source

Installation

straight.el + use-package

If you are a user of both straight.el and use-package you can simply add the following code to your setup, after the Org package configuration:

(use-package ob-fsharp
  :straight t
  :config
  (add-to-list 'org-babel-load-languages '(fsharp . t)))

TODOs

handle seq<a'> results (like arrays and lists)

Handle :session header

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published