forked from crystal-tr/old_tr.crystal-lang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (53 loc) · 1.5 KB
/
index.html
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
44
45
46
47
48
49
50
51
52
53
---
layout: default
---
<section>
<h1>Dil Amaçları</h1>
<ul class='goals'>
<li>Ruby benzeri söz dizimi.</li>
<li>Değişken ya da method argümanlarının tiplerini tanımlama zorunluluğu olmadan statik tip kontrolü.</li>
<li>C kodunu bağlayarak Crystal içinde çağırabilirsiniz.</li>
<li>Derleme anında değerlendirme ve kod üretimi sayesinde gereksiz kodu önler.</li>
<li>Efektif makina koduna derlenir.</li>
</ul>
</section>
<section>
<h1>Nasıl Görünüyor</h1>
<div class='code_section'>
{% include sample_code.md %}
</div>
</section>
<section>
<h1>Durum</h1>
<p>
<ul class='goals'>
<li>Crystal projesi hala alfa evresinde olup standart kütüphane ve dil iyileştirilmektedir.</li>
<li>Crystal derleyicisi Crystal ile yazılmıştır.</li>
</ul>
</p>
</section>
<section>
<h1>Topluluk</h1>
<p>
Sorularınız ya da önerileriniz için
<i class='ip group'></i>
<a href='https://groups.google.com/forum/?fromgroups#!forum/crystal-lang' target='_blank'>Google Grubuna</a>
yazabilir veya IRC kanalımıza(irc.freenode.net içerisinde #crystal-lang) katılabilirsiniz.
</p>
</section>
<section>
<h1>Blogdan Yazılar</h1>
<div class='blog_roll'>
{% for post in site.posts %}
<article>
<div class='thumbnail'>
<p>{{ post.thumbnail }}</p>
</div>
<h3>
<a href='{{post.url}}'>{{ post.title }}</a>
</h3>
<p>{{ post.summary }}</p>
</article>
{% endfor %}
</div>
</section>