teal-types VS teal-language-server

Compare teal-types vs teal-language-server and see what are their differences.

teal-types

Teal type definitions of Lua libraries! (by teal-language)

teal-language-server

A language server for Teal, a typed dialect of Lua (by teal-language)
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
teal-types teal-language-server
2 2
101 71
4.0% -
5.2 0.0
13 days ago over 1 year ago
Lua Lua
MIT License -
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.

teal-types

Posts with mentions or reviews of teal-types. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-21.
  • Experience with statically typed lang that compiles to lua for plugins/scripting?
    8 projects | /r/neovim | 21 Dec 2022
    I have no affiliations, but I think teal would be a great such language. It feels very much like "what TS is to JS" in that it's syntax is (I believe) a superset of lua, and it is possible to require teal files in lua files by first requiring the teal compiler (a one line change). In fact, there's already a neovim plugin that I use everyday written in teal! Teal also has the concept of declaration files (like `.d.ts` in TS or `.pyi` in python), and it has [declaration files for neovim files](https://github.com/teal-language/teal-types/tree/master/types/neovim) already. However, its LSP is very, very young.
  • Is it possible to configure neovim with teal instead of lua?
    4 projects | /r/neovim | 13 Jan 2022
    There are type definitions in the teal-types repo for neovim. And as for theoretical, my config is like 99% teal right now (granted I am biased since I'm one of its maintainiers :P) (also it's on a dev branch of teal with some unstable features so don't just copy paste stuff and expect it to work).

teal-language-server

Posts with mentions or reviews of teal-language-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-21.
  • Experience with statically typed lang that compiles to lua for plugins/scripting?
    8 projects | /r/neovim | 21 Dec 2022
    I have no affiliations, but I think teal would be a great such language. It feels very much like "what TS is to JS" in that it's syntax is (I believe) a superset of lua, and it is possible to require teal files in lua files by first requiring the teal compiler (a one line change). In fact, there's already a neovim plugin that I use everyday written in teal! Teal also has the concept of declaration files (like `.d.ts` in TS or `.pyi` in python), and it has [declaration files for neovim files](https://github.com/teal-language/teal-types/tree/master/types/neovim) already. However, its LSP is very, very young.
  • How do you set up development environment of Teal in nvim?
    1 project | /r/neovim | 25 May 2021
    There is a teal-language-server in development by euclidianAce https://github.com/teal-language/teal-language-server

What are some alternatives?

When comparing teal-types and teal-language-server you can also consider the following projects:

nvim-moonwalk - Use any language that compiles to Lua in your Neovim configuration

neodev.nvim - 💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API.

impatient.nvim - Improve startup time for Neovim

nvim-oxi - :link: Rust bindings to all things Neovim

gitsigns.nvim - Git integration for buffers

lua-language-server - A language server that offers Lua language support - programmed in Lua

dotfiles

tl - The compiler for Teal, a typed dialect of Lua