Skip to content

Commit

Permalink
Basic typescript repl via comint.
Browse files Browse the repository at this point in the history
Uses tsun (https://github.com/HerringtonDarkholme/typescript-repl) under
the hoods as the comint target.
  • Loading branch information
josteink committed Sep 28, 2016
1 parent 2f293bd commit b3d4b1c
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 133 deletions.
10 changes: 7 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
* js-comint.el (v0.0.5)
Run a JavaScript interpreter in an inferior process window
* ts-comint.el (v0.0.5)
Run a TypeScript interpreter in an inferior process window

This repo is directly forked from
[js-comint](https://github.com/redguardtoo/js-comint) to support
TypeScript instead.

The first release, [[http://js-comint-el.sourceforge.net/][js-comint 0.0.1, is hosted on sourceforge]] but it has not been updated for five years.

Expand Down Expand Up @@ -77,4 +81,4 @@ You can add the following couple of lines to your .emacs to take advantage of co
(local-set-key (kbd "C-c b") 'js-send-buffer)
(local-set-key (kbd "C-c C-b") 'js-send-buffer-and-go)
(local-set-key (kbd "C-c l") 'js-load-file-and-go)))
#+END_SRC
#+END_SRC
Loading

0 comments on commit b3d4b1c

Please sign in to comment.