Skip to content

juergenhoetzel/ob-fsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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