Sam Steingold
|
25f2f49943
|
use cl-defmethod instead of defmethod
defmethod macro is obsolete.
it expands to a defun eieio-defmethod which cannot use cl-call-next-method
|
2018-11-08 16:24:28 -05:00 |
|
John Miller
|
8adc38ae8f
|
Code cleanup.
Get rid of some unused variable warnings, add some lexical-binding definitions
and update some documentation.
|
2018-09-18 21:46:35 -05:00 |
|
John Miller
|
bea8b7b580
|
Compiler warning cleanup.
Also try to resolve a bit of the dependency heck that is ein.
|
2018-05-31 12:44:16 -05:00 |
|
John Miller
|
115c16eb9f
|
ein-hy: Support executing hy code from notebook running a python kernel.
It's magic! If you have hy installed in your environment, you can run code in a
notebook running a python kernel. Just set the cell type to hy-code!
|
2018-03-11 12:29:54 -05:00 |
|