From fa5deab3fa52ac0e4e5fbb16ba28cb41f84b40b6 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Wed, 3 Apr 2024 17:50:01 +0200 Subject: [PATCH] update history of LIPS blog post --- docs/blog/2024-03-03-lips-history.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blog/2024-03-03-lips-history.md b/docs/blog/2024-03-03-lips-history.md index 0d2ea465..224bb834 100644 --- a/docs/blog/2024-03-03-lips-history.md +++ b/docs/blog/2024-03-03-lips-history.md @@ -33,8 +33,8 @@ still see the code on [CodePen](https://codepen.io/jcubic/pen/gvvzdp). Then I mo At the beginning it was Lisp based on Scheme, but at one point after version [0.20.1 dated as Jul 1, 2020](https://github.com/jcubic/lips/releases/tag/0.20.1), I've started -adding features on devel branch and decided that I want full Scheme implementation. But it turns out -that there are way to many breaking changes to release next version. So I decided that I will +adding features on devel branch and decided that I want a full Scheme implementation. But it turns out +that there were way too many breaking changes to release the next version. So I decided that I will release it as beta-1.0. Since then, LIPS keep introducing new Beta versions. You can see the [latest release on GitHub](https://github.com/jcubic/lips/releases). @@ -42,5 +42,5 @@ release it as beta-1.0. Since then, LIPS keep introducing new Beta versions. You For the future plans I want in final version 1.0 are implementation of continutations and Tail Calls (TCO) and to be compatibible (more or less) with -[R7RS specification](https://standards.scheme.org/). To see the progress you can check +[R7RS specification](https://standards.scheme.org/). To see the progress, you can check [1.0 Milestone on GitHub](https://github.com/jcubic/lips/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.0).