Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Structure languages #77

Merged
merged 9 commits into from
May 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added overview/Laguages/assets/ranking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions overview/Laguages/crystal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Crystal
description: Information and Resources related to the Crystal Programming Language
sidebar_position: 1
---

Crystal is a programming language with the following goals:

* Have a syntax like Ruby (but compatibility with Ruby is not a goal)
* Statically type-checked but without having to specify the type of variables or method arguments
* Be able to call C code by writing bindings to it in Crystal
* Have compile-time evaluation and generation of code, to avoid boilerplate code
* Compile to efficient native code

## Why Crystal

Security: we can distribute a single static binary in a docker container, there is little chance of exploit.

Speed: the binaries are fast, see [Spider-Gazelle](#spider-gazelle).

Developer happiness: all the benefits of Go Lang with the elegance of Ruby.

## Resources

### Installing Crystal

[Follow these instructions](https://crystal-lang.org/install)

### Crystal Documentation

* [Language Reference](http://crystal-lang.org/reference)
* [Standard library API](https://crystal-lang.org/api)
* [Roadmap](https://github.com/crystal-lang/crystal/wiki/Roadmap)
2 changes: 1 addition & 1 deletion overview/typescript.md → overview/Laguages/typescript.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TypeScript
description: TypeScript is an open-source language which builds on JavaScript
sidebar_position: 8
sidebar_position: 2
---

## Overview
Expand Down
3 changes: 3 additions & 0 deletions overview/laguages/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Languages
position: 1
collapsed: false
30 changes: 29 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.