close
The Wayback Machine - https://web.archive.org/web/20231223070228/https://github.com/kawabata/wolfram-mode
Skip to content

kawabata/wolfram-mode

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
May 21, 2016 22:19
March 18, 2017 18:04

Wolfram-mode

This provides basic editing features for Wolfram Language (http://reference.wolfram.com/language/), based on `math++.el' (http://chasen.org/~daiti-m/dist/math++.el).

You should add the followings to `~/.emacs.d/init.el'.

(autoload 'wolfram-mode "wolfram-mode" nil t) (autoload 'run-wolfram "wolfram-mode" nil t) (setq wolfram-program "/Applications/Mathematica.app/Contents/MacOS/MathKernel") (add-to-list 'auto-mode-alist '("\.m$" . wolfram-mode)) (setq wolfram-path "direcotry-in-Mathematica-$Path") ;; e.g. on Linux "~/.Mathematica/Applications"

wolfram-run-script

You can call function EPrint[expr] in Mathematica code to get pretty printing of expr in Emacs

wolfram-run-scrript-demo

About

Emacs editing mode for Mathematica and inferior shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published