함수의 극한
/
Blog
/
[학습] Clojure 괄호()에 관하여
Search
[학습] Clojure 괄호()에 관하여
Tags
학습
Clojure
Published Date
2024/09/15
주제
clojure 문법
목표
•
Clojure의 ()가 무엇이고 어떤 역할을 하는지 조사
키워드
리스트
함수 호출
컨텍스트
매크로
표현식
컬렉션 리터럴
그룹화, 우선순위
익명함수
네임스페이스와 모듈
메타데이터
다중 표현식
구조분해
정리
•
기본적으로는 리스트를 나타낸다
•
어떤 상황에서 사용하느냐에 따라 약간의 의미가 달라진다
•
클로저 코드는
()
에 들어있다
참조
Clojure - Reading Clojure Characters
This page explains the Clojure syntax for characters that are difficult to "google". Sections are not in any particular order, but related items are grouped for ease. Please refer to the reader reference page as the authoritative reference on the Clojure reader. This guide is based on James Hughes original blog post and has been updated and expanded here with the permission of the author.
eunmin.gitbooks.io
다음 질문
•
ns란?
•
ns의 :gen-class란?