toy-language-server VS lsp-test

Compare toy-language-server vs lsp-test and see what are their differences.

toy-language-server

Example language server (LSP) implementation for a toy language (by bkomuves)

lsp-test

A functional test framework for LSP servers (by bubba)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
toy-language-server lsp-test
3 0
59 34
- -
0.0 7.1
over 2 years ago about 3 years ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" 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.

toy-language-server

Posts with mentions or reviews of toy-language-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-21.
  • DSLs with LanguageServer support
    3 projects | /r/haskell | 21 Mar 2021
    I wrote a toy language server for a fictional toy language, to figure out how it works, it maye help you. It builds a simplified abstraction layer over lsp and then uses that.
    3 projects | /r/haskell | 21 Mar 2021
    tell us how you really feel.
  • Holy sh*t, the lsp and lsp-types packages are nightmares
    2 projects | /r/haskellquestions | 17 Feb 2021
    I figured out the basics of the old one, and wrote a small (incomplete) abstraction layer on the top of it, and an example server using it, it's here - but I haven't had the energy to figure out the new version yet...

lsp-test

Posts with mentions or reviews of lsp-test. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning lsp-test yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing toy-language-server and lsp-test you can also consider the following projects:

StrictCheck - Keep your laziness in check!

http-mock - HTTP mocking and expectations library for Haskell

test-fixture - Testing with monadic side-effects

benchpress - Micro-benchmarking of Haskell code with detailed execution time statistics.

fitspec - refine properties for testing Haskell programs

quickcheck-state-machine - Test monadic programs using state machine based models

quickcheck-arbitrary-adt - Typeclass for generating a list of each instance of a sum type's constructors

testing-feat - FEAT

axiomatic-classes - Specify axioms for type classes and quickCheck all available instances

hedgehog-classes - Hedgehog will eat your typeclass bugs

test-framework-sandbox

tasty-golden - Golden test support for Tasty