<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.ledyx.xyz/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.ledyx.xyz/feed.php">
        <title>Ledyx WIKI - language</title>
        <description></description>
        <link>http://wiki.ledyx.xyz/</link>
        <image rdf:resource="http://wiki.ledyx.xyz/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-08-03T18:42:00+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=language:clojure&amp;rev=1612667712&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=language:fortran&amp;rev=1612667712&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=language:html_css&amp;rev=1612676807&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=language:javascript&amp;rev=1612667712&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=language:kotlin&amp;rev=1612667712&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=language:python&amp;rev=1612669789&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ledyx.xyz/doku.php?id=language:scala&amp;rev=1616573926&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.ledyx.xyz/lib/exe/fetch.php?media=favicon.ico">
        <title>Ledyx WIKI</title>
        <link>http://wiki.ledyx.xyz/</link>
        <url>http://wiki.ledyx.xyz/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=language:clojure&amp;rev=1612667712&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-07T03:15:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clojure</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=language:clojure&amp;rev=1612667712&amp;do=diff</link>
        <description>Clojure

&lt;https://clojure.org/guides/getting_started&gt;
&lt;https://clojure.org/guides/learn/syntax&gt;

clojure functional_programming jvm language

환경 구축

Console 기반

&lt;https://clojure.org/guides/getting_started&gt;

Leiningen

	*  &lt;https://leiningen.org/&gt;
		*  Mac : &lt;http://www.hildeberto.com/2015/07/installing-leiningen-on-mac-os.html&gt;
			*  사전에 brew 설치 필요

		*  Linux 


Build 및 의존성 관리 도구. npm과 같은 역할. (Windows의 경우 자동 Installer도 제공.)



Reads Evaluates Prints Loops…</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=language:fortran&amp;rev=1612667712&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-07T03:15:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>fortran</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=language:fortran&amp;rev=1612667712&amp;do=diff</link>
        <description>Fortran

language fortran

gFortran에서 행 길이 제한 무시



Command line으로 Arguments를 받고 저장, 출력

	*  배열의 시작이 0이 아닌 1.



String, Integer 상호 변환

	*  &lt;https://gcc.gnu.org/onlinedocs/gfortran/ICHAR.html&gt;



Command Line 응용



문자열 동적 할당</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=language:html_css&amp;rev=1612676807&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-07T05:46:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>html_css</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=language:html_css&amp;rev=1612676807&amp;do=diff</link>
        <description>HTML5/CSS3

html html5 web

HTML5

기본 용어 정리

	*  Element : 요소. HTML에서 시작 Tag와 종료 Tag로 이루어진 모든 명령어들
	*  Tag : Element의 일부로 시작 Tag와 종료 Tag로 구성.
	*  Attribute : 속성. Tag의 추가 정보 부여.</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=language:javascript&amp;rev=1612667712&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-07T03:15:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>javascript</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=language:javascript&amp;rev=1612667712&amp;do=diff</link>
        <description>JavaScript

javascript

기초

관례

	*  생성자 함수 이름은 대문자로 시작
	*  Variable, Instance, Function, Method 이름은 소문자로 시작
	*  작명은 CamelCase 이용.
	*  문자열은 작은 따옴표(&#039;&#039;)를 이용한다.

자료형

	*</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=language:kotlin&amp;rev=1612667712&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-07T03:15:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kotlin</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=language:kotlin&amp;rev=1612667712&amp;do=diff</link>
        <description>Kotlin

	*  기본적으로 Java를 다뤄봤다는 전제하에 실용적인 측면으로만 기술.

language jvm object_oriented_programming functional_programming

기본





High-Order Functions 시험

&lt;https://kotlinlang.org/docs/reference/lambdas.html&gt;

아래 예제처럼 Kotlin은 함수를 first-class로 취급하므로 Functional Programming의 기본 특성을 만족한다. (함수를 인자로 받고, 함수를 반환할 수 있는 특성)</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=language:python&amp;rev=1612669789&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-07T03:49:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=language:python&amp;rev=1612669789&amp;do=diff</link>
        <description>Python

python language

기초

	*  “\” : 라인 잇기. (같은 행이지만 너무 길 때 개행해서 사용)
	*  “;” : 문(Expression) 구분.
	*  “=” : 제곱한 결과 누적.



Variable

	*  “_” 외에 특수문자 사용 불가.
	*  “str”</description>
    </item>
    <item rdf:about="http://wiki.ledyx.xyz/doku.php?id=language:scala&amp;rev=1616573926&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-24T08:18:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>scala</title>
        <link>http://wiki.ledyx.xyz/doku.php?id=language:scala&amp;rev=1616573926&amp;do=diff</link>
        <description>Scala

	*  &lt;https://docs.scala-lang.org/&gt;
*  기본적으로 Java를 다뤄봤다는 전제하에 실용적인 측면으로만 기술.
*  2.12 이상 버전을 기준으로 기술.

language scala jvm object_oriented_programming functional_programming

환경 설정

	*  JDK 1.8 이상 설치

Command Line

&lt;https://www.scala-lang.org/download/&gt;

SBT (Scala Build Tools)

Scala의 Ant/Maven/Gradle와 비교될 수 있음. 직접으로 프로젝트 생성, 배포 관여.</description>
    </item>
</rdf:RDF>
