Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/objectionary/news.eolang.org

Our Official Blog: we write about the development of EOLANG and 𝜑-calculus
https://github.com/objectionary/news.eolang.org

blog eolang formal-methods jekyll language oop programming-language

Last synced: 2 months ago
JSON representation

Our Official Blog: we write about the development of EOLANG and 𝜑-calculus

Awesome Lists containing this project

README

        

logo

[![jekyll](https://github.com/objectionary/news.eolang.org/actions/workflows/jekyll.yml/badge.svg)](https://github.com/objectionary/news.eolang.org/actions/workflows/jekyll.yml)

Check this blog at [news.eolang.org](https://news.eolang.org).

You are welcome to submit corrections to this blog. In order to do that,
you will need [Ruby](https://www.ruby-lang.org/en/) 2.6+ and
[Bundler](https://bundler.io/). Then, run this:

```bash
$ bundle update
$ bundle exec jekyll serve
```

In a few seconds of building you should be able to see the blog
at `http://localhost:4000`. Make your changes and refresh the page in the browser.
You should see the changes.
If everything looks fine, submit a pull request.