gpt4 book ai didi

python - 有没有人尝试将 IPython 与 Hylang 语法一起使用?

转载 作者:太空狗 更新时间:2023-10-29 21:46:35 26 4
gpt4 key购买 nike

您可以通过这种魔法使用 Hylang:

In [1]: %%script hy
(print "Hello, Cuddlefish!")
...:
=> Hello, Cuddlefish!
=> hy 0.9.12


In [2]:

我想直接使用它:

In [1]: (print "Hello, Cuddlefish!")
Hello, Cuddlefish!

Int [2]:

最佳答案

试试我的 hymagic模块。您可以使用

安装它
$ pip install hymagic

加载魔法使用

%load_ext hymagic

对一行使用%hylang,对整个单元格使用%%hylang。例如

%hylang (+ 1 2 3)

%%hylang
(defn hello []
(print "hello world"))
(hello)

关于python - 有没有人尝试将 IPython 与 Hylang 语法一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21219611/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com