
Crystal
Crystal is a programming language with friendly syntax, static type checking and modern stdlib. It compiles into efficient, easy-to-distribute native code.
-
- Sign up for GitHub or sign in to edit this page
- Created by Ary Borenszweig, Juan Wajnerman
- Released June 2011
Here are 1,169 public repositories matching this topic...
Fast, Effective, Simple Web Framework
-
Updated
Oct 16, 2019 - 720 commits
- Crystal
Description
Document all of the amber codebase to be compatible with crystal docs
and generate a nice web api page
Steps to Reproduce
Not applicable (feature request)
Versions
Master amberframework/amber@bea1063
Additional Information
We can host the new api page on amberframework.org/api
as well :+
Inline documentation was purposely left off when things were changing, but now the API is starting to stabilize. Adding documentation to the public facing methods would be fantastic.
If you'd like to help, here is how Crystal docs work: https://crystal-lang.org/docs/conventions/documenting_code.html
Feel free to make small PRs so it's easy to review and merge them in :D
Thanks so much for
Amethyst is a Rails inspired web-framework for Crystal language
-
Updated
Oct 10, 2019 - 355 commits
- Crystal
Performance Benchmark of top Github languages
-
Updated
Oct 15, 2019 - 269 commits
- Ruby
Full featured Redis client for Crystal
-
Updated
Oct 15, 2019 - 404 commits
- Crystal
Database wrapper and ORM for Crystal, inspired by Ecto
-
Updated
Oct 11, 2019 - 563 commits
- Crystal
Vim filetype and tools support for Crystal language.
-
Updated
Oct 13, 2019 - 195 commits
- Vim script
Crystal ORM using ActiveRecord pattern with flexible query DSL
-
Updated
Oct 14, 2019 - 414 commits
- Crystal
Crystal bindings to SFML multimedia/game library
-
Updated
Oct 15, 2019 - 151 commits
- Crystal
Crystal docs at https://crystal-lang.org/reference
-
Updated
Oct 15, 2019 - 523 commits
- Dockerfile
Scry is a code analysis server for https://crystal-lang.org
-
Updated
Oct 15, 2019 - 180 commits
- Crystal
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes
-
Updated
Oct 15, 2019 - 73 commits
- Crystal
Minimum High Performance Middleware for Crystal Web Server.
-
Updated
Oct 15, 2019 - 89 commits
- Crystal
Psuedo Arrays
Hi, at my organization (@ulayer) we are interested in the ability for Granite to have a sort of Psuedo Arrays to avoid needing to write complex custom setter and getter methods.
Context: Our users want to be able to share their Virtual Machines with trusted contacts. To accomplish that we currently have a String field that looks like @allowed_clients = "1,2,5,6,8,"
and so forth. Our model for
:book: Examples of GOF patterns written in Crystal
-
Updated
Oct 11, 2019 - 72 commits
- Crystal
🐈 The Charly Programming Language | Written by @KCreate
-
Updated
Oct 15, 2019 - 1 commits
- Crystal
A customizable color picker for iOS in Swift
-
Updated
Sep 30, 2019 - 90 commits
- Swift
A rails like framework based on kemal
-
Updated
Sep 4, 2019 - 406 commits
- Crystal
Thread-safe, persistent, immutable collections for the Crystal language
-
Updated
Oct 15, 2019 - 159 commits
- Crystal
A modern command line job processor, similar with make command
-
Updated
Oct 14, 2019 - 262 commits
- Crystal
It would nice if I could generate (and read) documentation from source code (eg if I have downloaded the source code for crystal and any other crystal code or code I am writing) in plain text.