This commit is contained in:
2020-11-08 09:12:17 +01:00
parent 598ea0cc25
commit 50527d0370
93 changed files with 14163 additions and 19 deletions

View File

@@ -0,0 +1,113 @@
---
title: Crystal Programming Language
tags: technology, active
countries:
team:
rank: 1
category: crystaltwin
excerpt: A programming language adjusting to the needs of the programmer and the computer - the best of both worlds.
created: 2019-03-20
image: ./crystal_language.png
image_caption: crystal_language
author: christine
---
# Crystal Programming Language
## About
It started out, like many things at [Manas.Tech](https://manas.tech/), as an experiment. Easy to write languages used to mean that you had to sacrifice speed. And getting fast meant enduring difficult syntax. So it began with asking ourselves: “What if we didnt have to choose one or the other”, “what if we could compile Ruby?”. It turned out that it worked, so we decided to turn that experiment into an actual project and give it our best shot. It is our pride and joy: time and time again, we find that it is delightful to write code in Crystal, and that it outperforms everything else out there.
## Mission
Easy to write languages used to mean that you had to sacrifice speed. And getting fast meant enduring difficult syntax. Crystal means no longer having to choose: a programming language that adjusts to the needs of the programmer and the computer: easy to learn and code, but very performant and typesafe. The best of both worlds.
## Impact
Crystal is easy to write, which makes it easy to learn: that gives developers a short ramp-up time, and beginners can get things running in a very short time. Crystal is also super fast: it is used by scientists to run genome sequencing faster than ever before, and that helps save lives, save resources and, being so user-friendly, it saves them time in costly and tedious maintenance.
## Powered by ThreeFold
Crystal is a project of Manas.Tech, built along the years with the support of the community and Manas own: we match the contributions of the community to double every dollars impact. But it means that a great deal of effort goes, not only into developing the language, but also into trying to get funding. ThreeFolds contribution allows our team to focus on doing what we do best, and enables us to dedicate more full-time engineers to accelerate Crystals development.
## Join saving our planet!
You can join our mission to build better technology for the future, by becoming a direct sponsor of Crystal.
## Support this project
Crystal Programming Language is included in ThreeFolds [Token Distribution Event (TDE)](https://wiki.threefold.io/#/tdeoverview)</a> for the impact it brings to our planet, humanity and the ThreeFold Grid.
The ThreeFold Token (TFT) represents a unit of capacity on the new Internet and is created only when new capacity is added to the ThreeFold Grid.
Each project on the TDE benefits from TFT fund allocations. You can buy TFT's and support Crystal Programming Language, and the growth of a new Conscious Internet.
### Roadmap
```python
[milestone]
name = "Base language for some future workloads like Crystal Twin"
#date format: Q YYYY
date = "Q3 2020"
funding_required_tft = "n/a"
funding_required_usd = ""
description = "The project Crystal Twin is working with Crystal Lang and runs on top of the grid."
[milestone]
name = "Improve developer tools"
date = "Q4 2020"
funding_required_tft = "500,000"
funding_required_usd = ""
description = "Improve developer tools, including a language server, editor tooling and debugging tools. With that, we want to continue improving the Crystal experience for developers and bringing it up to par with other languages."
[milestone]
name = "Serverless Functions/Actors based on Crystal Lang on top of TFGrid"
date = "Q1 2021"
funding_required_tft = "1,000,000"
funding_required_usd = ""
description = "By using Crystal Lang as serverless functions, everyone developer in world can use the TFGrid in green and super efficient way. Serverless functions are the new hype, we want to show how this can be done more sustainable"
[milestone]
name = "Improve compilation times"
date = "Q1 2021"
funding_required_tft = "500,000"
funding_required_usd = ""
description = "Research and develop ways to improve compiling times, either by incremental compilation or alternative strategies."
[milestone]
name = "Digital Twin Core v2.0"
date = "Q2 2021"
funding_required_tft = "2,000,000"
funding_required_usd = ""
description = "New version of our core engine for Crystal Twin & 3bot, created in Crystal lang, leading to even more efficiency."
```
### data
```python
[links]
linkedin = "https://www.linkedin.com/company/65515595/"
websites = ["https://crystal-lang.org/"]
wiki = ""
video = ""
[info]
name = "Crystal Programming Language"
rank = 3
mission = "A programming language adjusting to the needs of the programmer and the computer - the best of both worlds."
description = "It started out, like many things at Manas.Tech, as an experiment. Easy to write languages used to mean that you had to sacrifice speed. And getting fast meant enduring difficult syntax. So it began with asking ourselves: “What if we didnt have to choose one or the other”, “what if we could compile Ruby?”. It turned out that it worked, so we decided to turn that experiment into an actual project and give it our best shot. It is our pride and joy: time and time again, we find that it is delightful to write code in Crystal, and that it outperforms everything else out there."
team = ["Juan Wajnerman", "Brian J. Cardiff"]
countries = ["Argentina"]
cities = ["Buenos Aires"]
[ecosystem]
# can be chosen from: experience, solution, farmer, infrastructure
categories = ["solution"]
# can be chosen from: tftgranted (receiving TFT Grant)
badges = ["tftgranted"]
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB