2016/09/01

ラケットのページ。Racket。プログラミング言語

ダウンロード 

@@@

Racket Documentaion
    How to Design Programs
    Quick: An Introduction to Racket with Pictures


DrRacket  -- interface elements   【video】


Rracket を 立ち上げて 画面上のヘルプをクリックさらに ヘルプデスクをクリックするとRacket Documentation になり The Racket Guide をクリックするとラケットガイドが表示されます

The Racket Guide

1 Welcome to Racket
  1.1 Interacting with Racket
  1.2 Definitions and Interactions
  1.3 Creating Executables
  1.4 A Note to Readers with Lisp/Scheme Experience
2 Racket Essentials
  2.1 Simple Values
  2.2 Simple Definitions and Expressions
    2.2.1 Definitions
    2.2.2 An Aside on Indenting Code
    2.2.3 Identifiers
    2.2.4 Function Calls (Procedure Applications)
    2.2.5 Conditionals with if, and, or, and cond
    2.2.6 Function Calls, Again
    2.2.7 Anonymous Functions with lambda
    2.2.8 Local Binding with define, let, and let*

このガイドは、プログラミング経験者向きであり、初心者向けにはHow to Design Programが推奨されています。また、Racketを手っ取り早く学ぶつもりなら、Quick: An Introduction to Racket with Picturesがお勧めとのことです。


0 件のコメント: