🦞🌯 Lobster Roll

Thread

Show HN: Coalton Playground – Type-Safe Lisp in the Browser (coalton.app)
I built a browser-based REPL for Coalton, a statically typed Lisp dialect that merges Haskell’s type system with Common Lisp.<p>Coalton gives you: - Algebraic data types, pattern matching, static guarantees - Full interoperability with dynamic Lisp functions<p>Demo &amp; examples: <a href="https:&#x...

Stories related to "Show HN: Coalton Playground – Type-Safe Lisp in the Browser" across the full archive.

Show HN: Coalton Playground – Type-Safe Lisp in the Browser (coalton.app)
I built a browser-based REPL for Coalton, a statically typed Lisp dialect that merges Haskell’s type system with Common Lisp.<p>Coalton gives you: - Algebraic data types, pattern matching, static guarantees - Full interoperability with dynamic Lisp functions<p>Demo &amp; examples: <a href="https:&#x...
Coalton Playground: Type-Safe Lisp in the Browser (abacusnoir.com)
Coalton Playground: Type-Safe Lisp in Your Browser (abacusnoir.com)
[Show lobste.rs] domainregret.com is a safe way to cash out on those old domains (domainregret.com)
Check out my side project [https://domainregret.com/]. This is a marketplace for when you have domains you've been sitting on for a while that totally sounded like a good idea at 2am and you were a tad bit drunk but now you're not so certain. I'm trying to work out the kinks and get some feedback!
Idris: Type safe printf (youtu.be)
Introducing Coalton: How to Have Our (Typed) Cake and (Safely) Eat It Too, in Common Lisp (coalton-lang.github.io)
coalton-lang: a statically typed functional programming language that supercharges Common Lisp (github.com)
Show HN: An end-to-end type safe JavaScript client for the GitHub v4 GraphQL API (github.com)
I found the officially recommended GraphQL client for the GitHub v4 API to be difficult to work with, so I created my own using genql and am releasing it as a standalone package.<p>It is end-to-end type safe so you get functional intellisense and linting for both the input GraphQL query format as we...
Show HN: Type-safe, persistent, embedded task queues and job runner (Go, SQLite) (github.com)
Show HN: Type-safe search params state management for Next.js (nuqs.47ng.com)
Next.js has APIs to read and update search params (the &#x2F;?foo=bar part of the URL), but they lack type-safety for consistent keys and proper parsing&#x2F;serializing of JS data types. I found myself repeatedly building the same custom hook to get a React.useState-like approach. In 2021, I publis...
Show HN: Lightweight and type-safe query builder for DynamoDB (dynamodbtoolbox.com)
Show HN: Native SQL, type-safe, in-lined. Pick three (github.com)
Manifold SQL[1] is a compiler plugin that lets you write _native_ SQL directly and type-safely in your Java code.<p>- Query types are instantly available as you type native SQL of any complexity in your Java source<p>- Query results are type-safe and API-rich and simple to use<p>- Entity types are a...
Show HN: Build type-safe rest API in TypeScript (github.com)
Show HN: E2E Type-Safe ORM from Database to API and UI Instantly (zenstack.dev)
Hey there. We built the ZenStack open-source TypeScript toolkit on top of Prisma ORM. It adds an Authorization layer to the schema and then automatically generates both APIs and frontend hooks for you. You can choose whatever frontend framework, like React, Vue, or Svelte, and the full-stack framew...
Show HN: Stricli – a new TypeScript-type-safe CLI framework (bloomberg.github.io)
We are excited to announce the release of Stricli, a new framework for developing command line applications with TypeScript.<p>Check out the release post to find out _why_. We’ll be here to answer any questions!
Show HN: SchemQl light TS library for SQL with type safety and schema validation (github.com)
SchemQl is a lightweight TypeScript library that enhances your SQL workflow by combining raw SQL with targeted type safety and schema validation. It simplifies SQL usage in TypeScript by offering two main features:<p><pre><code> - Robust Query Validation: Ensures the integrity of your query param...
Show HN: GraphQL Zeus 7 – type-safe GraphQL on front end for newbies (github.com)
Ok, so I&#x27;ve heard the voice of community and added null support and dropped const enums. Also you can fetch all scalar fields with &quot;fields&quot; selector.
Show HN: Generate type-safe code for SQL queries in any language (github.com)
sqlc (<a href="https:&#x2F;&#x2F;sqlc.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sqlc.dev&#x2F;</a>) is amazing, but I needed to use it in several unsupported languages. So instead of creating a plugin for each of those languages, I created a generic one, which is based on go templates.
Show HN: Type Safe TypeScript/JS ORM for SQLite, MySQL and PostgreSQL (litdb.dev)
Show HN: TypeSafe SQL-Like ORM and Query Builders for TypeScript/JS (litdb.dev)
Show HN: TypeSafe SQL-Like ORM and Query Builders for TypeScript/JS (litdb.dev)
Show HN: TypeSafe, Expressive SQL-Like QueryBuilders/ORM for TypeScript/JS (litdb.dev)
Show HN: TypeSafe, Expressive SQL-Like QueryBuilders/ORM for TypeScript/JS (litdb.dev)
Show HN: BlazorPathHelper – Type-safe URL builder library for Blazor (github.com)
Hello HN,<p>I Introduce a library of type-safe URL builder that can be used in the Blazor project. Blazor is a cool technology that makes it easy for anyone to write modern web in C#, but I found it lacking in features around URLs.<p>Similar projects already exist, but this library is<p>* Compatible...
Show HN: TypeAPI – Describe REST APIs for type-safe code generation (typeapi.org)
Show HN: Spiceflow – fast, simple and type safe TypeScript API framework (getspiceflow.com)
Show HN: PomdAPI (Python) – Type safe API client with in-built Tag-Based caching (github.com)
Show HN: ts-error-tuple – Concise and type-safe error handling for TypeScript (github.com)
Hey all, I just released v1.0.0 of my error handling library ts-error-tuple (<a href="https:&#x2F;&#x2F;github.com&#x2F;adamhl8&#x2F;ts-error-tuple">https:&#x2F;&#x2F;github.com&#x2F;adamhl8&#x2F;ts-error-tuple</a>). Now you can add arbitrary context data to your errors.<p>If prefer the error handli...
Show HN: Easily compute expensive functions inside type safe Web Workers (github.com)
This is the first public library I&#x27;ve written - let me know if I&#x27;ve inevitably messed something up here.<p>In short, this JS library allows you to quickly compute functions in a separate thread like so:<p>```<p>const result = runWithWorker(() =&gt; 1 + 1); &#x2F;&#x2F; TypeScript knows thi...
Show HN: Type safe eval implemented as algebraic effect [video] (vimeo.com)