Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Hissp Alternatives
Similar projects and alternatives to hissp
-
-
-
CodiumAI
TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
-
-
hy-lisp-python
examples for my book "A Lisp Programmer Living in Python-Land: The Hy Programming Language"
-
coalton
Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
-
-
lisp-rosetta-stone
A lisp rosetta stone to demonstrate modern language features
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
awesome-cl
A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
-
-
-
-
-
incanter
Clojure-based, R-like statistical computing and graphics environment for the JVM
-
-
gomacro
Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
-
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
hissp reviews and mentions
-
What's the most hilarious use of operator overloading you've seen?
If you want Python to be as customizable as Lissp, check out Hissp (and Hebigo).
-
Pythoneers here, what are some of the best python tricks you guys use when progrmming with python
Hissp is really cool for metaprogramming Python. There's also macropy, but it's harder to use.
-
Lush – Lisp-like language for deep learning designed by Yann LeCun
I prefer https://github.com/gilch/hissp, where Hy has to use shims to pretend statements are expressions, Hissp just targets the expression subset in the first place. (though as you mentioned, hy has a lot of literature and support around it, where as you're going to have to find your own way around hissp)
-
A Python-compatible statically typed language erg-lang/erg
No shortage of options, e.g. Dg, Mochi, Coconut, and Hebigo (based on Hissp[1]).
-
Other than having a wider range of libraries and beingthus being more "general purpose" and "practical" is there anything that makes Python an intrinsically better programming language than Lisp?
If you want Lisp metaprogramming plus Python ecosystem, check out Hissp
- Lisp.py
-
What are some amazing, great python external modules, libraries to explore?
Hissp is really interesting. Read through the docs and you'll understand Python more deeply. It works well with Toolz and Pyrsistent.
- Why Hy?
-
can't import python submodules
It has nothing with lsp but with structure of hssp module. Literally, module hissp has no attribute 'reader'. Have a look
The linked code does though. The imports would add them. In particular, the one on line 42 would add the reader attribute to the hissp module. That's how submodule imports in Python work; they get added as attributes (module "globals") to the package's module. OP is probably using the release version though. That would be this tag: https://github.com/gilch/hissp/blob/v0.3.0/src/hissp/__init__.py, which has no imports.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 May 2023
Stats
gilch/hissp is an open source project licensed under Apache 2.0 which is not an OSI approved license.
The primary programming language of hissp is Python.