<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/i-wrote-a-scheme-in-2025-3ikj7pcbu" -->

---
title: I Wrote a Scheme in 2025 | daily.dev
description: scheme-rs, a Scheme implementation written in Rust, has reached version 0.1.0 after one year of development. The project now supports both async and sync...
canonical: https://daily.dev/posts/i-wrote-a-scheme-in-2025-3ikj7pcbu
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I Wrote a Scheme in 2025 | daily.dev
og:description: scheme-rs, a Scheme implementation written in Rust, has reached version 0.1.0 after one year of development. The project now supports both async and sync...
og:url: https://daily.dev/posts/i-wrote-a-scheme-in-2025-3ikj7pcbu
og:image: https://api.daily.dev/og/posts/3IkJ7pcBu.png
og:image:alt: I Wrote a Scheme in 2025
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Wrote a Scheme in 2025

**[Lobsters](https://daily.dev/sources/lobsters)** · 3 min read · 0 upvotes · 0 comments

## Summary

scheme-rs, a Scheme implementation written in Rust, has reached version 0.1.0 after one year of development. The project now supports both async and sync contexts, passes 2,258 R6RS test suite tests, and has evolved from an async-only implementation. The author shares how working on this challenging project helped them rediscover their passion for computer science, gain confidence as a software engineer, and ultimately land a job they love.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://maplant.com/2026-02-09-I-Wrote-a-Scheme-in-2025.html>

---

Tags: [#rust](https://daily.dev/tags/rust), [#functional-programming](https://daily.dev/tags/functional-programming)

[View this post on daily.dev](https://daily.dev/posts/i-wrote-a-scheme-in-2025-3ikj7pcbu)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I Wrote a Scheme in 2025","url":"https://daily.dev/posts/i-wrote-a-scheme-in-2025-3ikj7pcbu","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-wrote-a-scheme-in-2025-3ikj7pcbu"},"datePublished":"2026-02-10T21:42:12.529Z","dateModified":"2026-02-10T21:42:32.304Z","description":"scheme-rs, a Scheme implementation written in Rust, has reached version 0.1.0 after one year of development. The project now supports both async and sync...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c2a08db83e2991501df5e7505ad40059?_a=AQAEunF","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c2a08db83e2991501df5e7505ad40059?_a=AQAEunF","isAccessibleForFree":true,"articleSection":"Lobsters","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Lobsters","logo":"https://media.daily.dev/image/upload/s--tl8v_Fku--/f_auto,t_logo/v1698841318/logos/lobste.jpg","url":"https://daily.dev/sources/lobsters"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/i-wrote-a-scheme-in-2025-3ikj7pcbu","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"rust,functional-programming","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Lobsters","item":"https://daily.dev/sources/lobsters"},{"@type":"ListItem","position":3,"name":"I Wrote a Scheme in 2025"}]}
```

