Skip to content

ujihisa/quicklearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

quicklearn


Video streaming by Ustream

Quicklearn is a quickrun plugin and is a Unite plugin at the same time.

Quicklearn compiles the code you are writing, opens another window, and shows the intermediate code of the language.

  • C
    • Assembly language (gcc)
    • LLVM IR (clang)
  • Haskell
    • Core (ghc)
  • CoffeeScript
    • JavaScript
  • Ruby
    • YARV Instructions (CRuby)

Usage

:Unite quicklearn -immediately

Sample configulation for ~/.vimrc:

nnoremap <space>R :<C-u>Unite quicklearn -immediately<Cr>

Don't forget the -immediately option.

Development TODOs

  • Document
    • It's missing doc/quicklearn.txt

Author

Tatsuhiro Ujihisa

License

GPLv3 or any later versions

About

A quickrun plugin to show intermediate codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published