Software Alternatives, Accelerators & Startups

Hy VS LIPS Scheme

Compare Hy VS LIPS Scheme and see what are their differences

Hy logo Hy

Hy is a wonderful dialect of Lisp that’s embedded in Python.

LIPS Scheme logo LIPS Scheme

Scheme based powerful lisp interpreter written in JavaScript
  • Hy Landing page
    Landing page //
    2022-04-30
  • LIPS Scheme Landing page
    Landing page //
    2022-11-13

Hy videos

HY-IMPACT muscle massager review (incredible)

More videos:

  • Review - Cleveland Launcher XL Hy-Wood Review
  • Review - HY Extracts (Jack Herer) Review

LIPS Scheme videos

No LIPS Scheme videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Hy and LIPS Scheme)
Programming Language
75 75%
25% 25
IDE
73 73%
27% 27
OOP
83 83%
17% 17
Text Editors
100 100%
0% 0

User comments

Share your experience with using Hy and LIPS Scheme. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Hy might be a bit more popular than LIPS Scheme. We know about 9 links to it since March 2021 and only 8 links to LIPS Scheme. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Hy mentions (9)

  • Python's “Disappointing” Superpowers
    Hy: https://docs.hylang.org/en/stable/ I tend to stick to vanilla python though, mainly because Hy is too much of an hassle for my use cases. - Source: Hacker News / over 1 year ago
  • Why Lisp?
    Q: is there any game dev happening in Lisp? A: https://kandria.com/ and https://itch.io/jam/lisp-game-jam-2022 Q: how do I write a website with Lisp? A: https://lispcookbook.github.io/cl-cookbook/web.html#easy-routes-hunchentoot and https://www.gnu.org/software/guile/manual/html_node/Web-Examples.html Q: do I have to use emacs for developing Lisp? A: No, https://github.com/vlime/vlime and... - Source: Hacker News / over 1 year ago
  • How trying new programming languages helped me grow as a software engineer
    I really like Hy because it's fully inter-operable with Python. But its documentation is insufficient for anything moderately complex, and its tooling support is pretty basic. If Hy were well documented and supported I'd use it for all my throwaway scripts and prototyping -- today I use Python for that. Source: over 1 year ago
  • Every programmer ever.
    You're looking for https://docs.hylang.org/en/stable. Source: over 1 year ago
  • Val on Programming: What makes a good REPL?
    I've been using the Hy REPL[0] whenever I've wanted to drop into a python REPL. The lack of whitespace formatting with Hy is great, but it still has access to all of python's libraries. [0] - https://docs.hylang.org/en/stable/. - Source: Hacker News / almost 2 years ago
View more

LIPS Scheme mentions (8)

  • (Learn 'Scheme)
    Sweet, I'll have to give that a go :) Another option in browser land is lips[0], which exclusively targets a js backend. [0] https://lips.js.org. - Source: Hacker News / 7 months ago
  • All Web frontend lisp projects
    For Scheme implementations there are LIPS and biwascheme. I haven't done more than play around with them, so I can't really give an informed opinion about pros and cons or favorites. Source: about 1 year ago
  • What other Scheme parser tricks do you know?
    In my interpreter, LIPS Scheme, vector literal syntax is created using a syntax extension, a token that is mapped to a function or a macro. So you can use things like this:. Source: over 1 year ago
  • How to list defined symbols?
    I'm not sure about other Scheme interpreters but in my interpreter LIPS Scheme, there is (env) function that returns a list of symbols. You can also access environment objects e.g. (current-environment) return object that is used internally. And you can even access the scope chain because the env object has __parent__ property that returns the parent scope. Source: over 1 year ago
  • May I see some of your projects? :)
    Few of my Open Source projects: * jQuery terminal * LIPS Scheme * Gaiman * Sysend * Wayne. Source: over 1 year ago
View more

What are some alternatives?

When comparing Hy and LIPS Scheme, you can also consider the following products

Steel Bank Common Lisp - Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler.

bacon.js - A small functional reactive programming lib for JavaScript.

CLISP - CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible.

Chibi Scheme - Official chibi-scheme repository. Contribute to ashinn/chibi-scheme development by creating an account on GitHub.

CMU Common Lisp - CMUCL is a high-performance, free Common Lisp implementation.

Guile - Guile is the GNU Ubiquitous Intelligent Language for Extensions, the official extension language for the GNU operating system.