* ob-vbnet.el: Org-babel functions for VB.Net evaluation
commit63f7f6cd22d9d3d4e5e50490950161ef0f9a8800
authorthomas <thomas@friendlyvillagers.com>
Fri, 8 Jul 2016 10:27:33 +0000 (8 12:27 +0200)
committerthomas <thomas@friendlyvillagers.com>
Fri, 8 Jul 2016 10:27:33 +0000 (8 12:27 +0200)
tree80d9e4040fef815447ee2a2f5bdca301e32f986f
parent482db1551d6571041248f405630f090aa2b0969c
* ob-vbnet.el: Org-babel functions for VB.Net evaluation

* contrib/lisp/ob-vbnet.el: Add org-babel functions for VB.Net evaluation.
(org-babel-vbnet-command): Name of the VB command (mono)
(org-babel-vbnet-compiler): Name of the VB compiler (vbnc)
(org-babel-execute:vbnet): Execute VB.Net code
(org-babel-prep-session:vbnet): Throw error (sessions are not supported)
contrib/lisp/ob-vbnet.el [new file with mode: 0644]