hy Questions

2

Solved

I have successfully installed hy-mode from https://github.com/hylang/hy-mode. I now can open a .hy file in emacs and have syntax highlighting, and editing with paredit is a joy. I however, don't k...
Americanize asked 26/8, 2013 at 8:46

1

Solved

I am trying to write a program in Hy and run it per the instructions on the Quickstart page in the documentation. So I installed Hy using pip from the GitHub repo per the docs, then added executa...
Cady asked 13/12, 2016 at 22:47

1

Solved

I want to do the following in hy: from StringIO import StringIO import pandas as pd s = """sepal_length sepal_width petal_length petal_width species 0 5.1 3.5 1.4 0.2 setosa 1 4.9 3.0 1.4 0.2 set...
Bass asked 11/11, 2015 at 17:32

2

Solved

I'd like to use Hy, a dialect of Lisp on top of Python. However my coworkers all use Python and aren't likely to switch over to a Lisp dialect any time soon. How can I package Hy code into a stan...
Petasus asked 27/4, 2014 at 0:18
1

© 2022 - 2024 — McMap. All rights reserved.