forked from crystal-tr/old_tr.crystal-lang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.haml
43 lines (39 loc) · 1.21 KB
/
index.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\---
layout: default
\---
%section
%h1 Dil Amaçları
%ul.goals
%li Ruby benzeri söz dizimi.
%li Değişken ya da method argümanlarının tiplerini tanımlama zorunluluğu olmadan statik tip kontrolü.
%li C kodunu bağlayarak Crystal içinde çağırabilirsiniz.
%li Derleme anında değerlendirme ve kod üretimi sayesinde gereksiz kodu önler.
%li Efektif makina koduna derlenir.
%section
%h1 Nasıl Görünüyor
.code_section
{% include sample_code.md %}
%section
%h1 Durum
%p
%ul.goals
%li Crystal projesi hala alfa evresinde olup standart kütüphane ve dil iyileştirilmektedir.
%li Crystal derleyicisi Crystal ile yazılmıştır.
%section
%h1 Topluluk
%p
Sorularınız ya da önerileriniz için
%i.ip.group
%a{href: "https://groups.google.com/forum/?fromgroups#!forum/crystal-lang", target: "_blank"} Google Grubuna
yazabilir veya IRC kanalımıza(irc.freenode.net içerisinde #crystal-lang) katılabilirsiniz.
%section
%h1 Blogdan Yazılar
.blog_roll
{% for post in site.posts %}
%article
.thumbnail
%p {{ post.thumbnail }}
%h3
%a{href: "{{post.url}}"} {{ post.title }}
%p {{ post.summary }}
{% endfor %}