Yuescript VS aniseed

Compare Yuescript vs aniseed and see what are their differences.

aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua) (by Olical)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Yuescript aniseed
7 36
410 595
- -
8.7 2.1
7 days ago 6 months ago
C++ Fennel
MIT License The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Yuescript

Posts with mentions or reviews of Yuescript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-13.
  • Why Fennel?
    12 projects | news.ycombinator.com | 13 Sep 2023
    I'm a big fan of moonscript, but occasionally wish it was still be improved and worked on. Yuescript¹ looks like it fixes most of my bugbears with moonscript, and it is largely a faster² drop-in replacement.

    There was s little discussion here ~18 months ago³, but it will largely circular if you look as people are suggesting fennel there ;)

    ¹ https://github.com/pigpigyyy/Yuescript

    ² This probably only matters if you have tonnes of moonscript, not just a little neovim/mpv/awesomewm config or something.

    ³ https://news.ycombinator.com/item?id=29903133

  • Using other languages
    6 projects | /r/ComputerCraft | 8 Feb 2023
    There's also some languages made to compile straight to Lua: - MoonScript is the most popular Lua wrapper - it's built to be more Python-like, featuring indentation-based scopes, function calls without parentheses, lambda syntax, list comprehension, and much more. - Yuescript is a modern update to MoonScript that adds more features (I haven't used it myself, so I'm not entirely sure exactly how it differs from MS). - Teal is a version of Lua that adds static typing for better code standards.
  • data types in function definition
    12 projects | /r/lua | 13 Jan 2023
  • Lua, a Misunderstood Language
    9 projects | news.ycombinator.com | 29 Sep 2022
    Yes, this is unfortunately true.

    There's a spiritual successor: https://yuescript.org/

  • I've designed a re-imagined version of the Lua logo and some other Lua flavors just for fun, what do you guys think?
    2 projects | /r/lua | 12 Mar 2022
    Yuescript in yellow
  • 100 Languages Speedrun: Episode 90: YueScript
    1 project | dev.to | 14 Feb 2022
    What I didn't know about is that its fork YueScript is actively maintained, and with some extra features.
  • Trying to move to Emacs again
    5 projects | /r/emacs | 12 Apr 2021
    I've put together a Lua config with Neovim, but it was still kind of obnoxious to put together. Lua isn't that great of a language, because people seem to forget it's an embed-able language for a reason (it's not supposed to give you tons of features). Using something that makes some of your more complex problems easier like Moonscript or Yuescript can make things more complex in regards to your configuration.

aniseed

Posts with mentions or reviews of aniseed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-10.
  • Configuring Neovim with Fennel
    7 projects | dev.to | 10 Nov 2023
    aniseed
  • Why Fennel?
    12 projects | news.ycombinator.com | 13 Sep 2023
    You don't need to transpile it if you use https://github.com/Olical/aniseed
  • TimL: Clojure-like Lisp dialect that runs on and compiles down to Vimscript
    3 projects | news.ycombinator.com | 26 May 2023
    Something similar: Fennel (https://fennel-lang.org/) is a lisp that compiles into Lua, which nvim can use as plugins, so you can write nvim plugins in a lisp. Aniseed (https://github.com/Olical/aniseed) makes this really easy.
  • 916 Days of Emacs
    12 projects | news.ycombinator.com | 13 Apr 2023
  • The extensible vi layer for Emacs
    10 projects | news.ycombinator.com | 3 Mar 2023
    Just use vim. Yes, emacs has a lisp engine, but so does nvim[1]. Really, though, using vim properly means that it doesn't need to swallow the kitchen sink[2]. Just use vim.

    1: https://github.com/Olical/aniseed

    2: https://blog.djha.skin/p/emacs-users-im-okay-i-promise/

  • lazy.nvim and Aniseed for config environment
    5 projects | /r/neovim | 15 Jan 2023
    I use Aniseed to write my configs in Fennel, and I can't seem to find a way to get Aniseed bootstrapped and managed by lazy. Folke has said that fennel isn't supported in issues about hotpot and tangerine, but neither of them particularly help me solve my issue
  • Introducing LazyVim!
    12 projects | /r/neovim | 9 Jan 2023
    :!git clone https://github.com/Olical/aniseed /home/USER/.local/share/nvim/site/pack/packer/start/aniseed Cloning into '/home/USER/.local/share/nvim/site/pack/packer/start/aniseed'...
  • A config using fennel .
    4 projects | /r/neovim | 7 Nov 2022
    Have you tried aniseed ?
  • Swapping to Fennel
    12 projects | /r/neovim | 6 Nov 2022
    Aniseed: mostly an environment, it does handle configuration. It adds a lot of clojure features (another modern Lisp) such as a module system. It does seem to be slower to startup though, but I really like how its module system works and still use it for that reason alone. There's not much boilerplate code, just add it to the header
  • [help] How to write nvim plugins with Fennel?
    5 projects | /r/neovim | 23 Sep 2022
    The easiest would be to use aniseed: https://github.com/Olical/aniseed, it has a bootstrap script that downloads all the needed dependencies: https://github.com/Olical/aniseed, it also adds some syntax niceties and testing support. Here's an example of a plugin: https://github.com/katawful/kat.nvim

What are some alternatives?

When comparing Yuescript and aniseed you can also consider the following projects:

moonscript - :crescent_moon: A language that compiles to Lua

hotpot.nvim - :stew: Carl Weathers #1 Neovim Plugin.

kakoune - mawww's experiment for a better code editor

lightspeed.nvim - deprecated in favor of leap.nvim

emacs-pure

splitjoin.vim - Switch between single-line and multiline forms of code

open-builder - Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server

conjure - Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

dotemacs - My Emacs configuration

lush.nvim - Create Neovim themes with real-time feedback, export anywhere.

forkleft - Fegeya Forkleft, C++ implementation of ~new generation~ mark-up language.

denops.vim - 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno