Skip to content
#

Crystal

crystal logo

Crystal is a programming language with friendly syntax, static type checking and modern stdlib. It compiles into efficient, easy-to-distribute native code.

Here are 1,245 public repositories matching this topic...

spencerking
spencerking commented Aug 30, 2019

I've found that a clean install of Fedora 30 is pretty lacking when it comes to building the project. I'm using this issue to document all of the packages I need to install as I work towards a build. Going forward it may make sense to create a nix or guix configuration, or perhaps split the custom components into their own repositories with clear documentation.

Packages:
llvm-devel
pcre-devel

next-mad-hatter
next-mad-hatter commented Feb 10, 2018

Currently out of the box build fails on some systems (e.g. latest Slackware Linux).

From what I gather [1] the readline library might not be explicitly linked to one providing termcap capabilities, so it needs to be explicitly given to the linker. On Slackware either --link-flags "-lncurses" or --link-flags "-ltermcap" works.

Not sure though if automatic detection, settling for one of

faustinoaq
faustinoaq commented Mar 7, 2018

Hi @crystal-lang-tools/scry community!

This project is getting better everyday. I think is cool but some newcomers are getting confused on how to use scry. This is mainly because the lack of documentation on LSP clients configuration:

I propose to write some wiki articles about configuring scry to run on:

⚠️ Work In Progress, see the wiki: https://github.com/crystal-lang-tools/scry

irlcatgirl
irlcatgirl commented Sep 21, 2019

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

Created by Ary Borenszweig, Juan Wajnerman

Released June 2011

Organization
crystal-lang
Website
crystal-lang.org
Wikipedia
Wikipedia

Related Topics

game score
You can’t perform that action at this time.