<?xml version='1.0' encoding='UTF-8'?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-05-19T07:56:58Z</responseDate>
  <request verb="GetRecord" metadataPrefix="jpcoar_1.0" identifier="oai:ipsj.ixsq.nii.ac.jp:00222490">https://ipsj.ixsq.nii.ac.jp/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:ipsj.ixsq.nii.ac.jp:00222490</identifier>
        <datestamp>2025-01-19T13:43:49Z</datestamp>
        <setSpec>6164:6805:6807:11063</setSpec>
      </header>
      <metadata>
        <jpcoar:jpcoar xmlns:datacite="https://schema.datacite.org/meta/kernel-4/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcndl="http://ndl.go.jp/dcndl/terms/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:jpcoar="https://github.com/JPCOAR/schema/blob/master/1.0/" xmlns:oaire="http://namespace.openaire.eu/schema/oaire/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rioxxterms="http://www.rioxx.net/schema/v2.0/rioxxterms/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="https://github.com/JPCOAR/schema/blob/master/1.0/" xsi:schemaLocation="https://github.com/JPCOAR/schema/blob/master/1.0/jpcoar_scm.xsd">
          <dc:title>関数型プログラミングを特訓する小さな言語</dc:title>
          <dc:title xml:lang="en">A Small Functional Programming Language for Training</dc:title>
          <jpcoar:creator>
            <jpcoar:creatorName>倉光, 君郎</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:creator>
            <jpcoar:creatorName xml:lang="en">Kimio, Kuramitsu</jpcoar:creatorName>
          </jpcoar:creator>
          <jpcoar:subject subjectScheme="Other">関数型プログラミング，言語設計，文法設計，プログラミング教育</jpcoar:subject>
          <datacite:description descriptionType="Other">関数型プログラミングを学ぶことはよいプログラミングを学ぶ近道である．しかし，言語設計が（理論的に）おしゃれ過ぎたりすぎたり，マルチパラダイムゆえの複雑さなど，様々な理由から練習しやすい言語は少ない．そこで，我々は関数型プログラミングを練習するためのコンパクト言語として Chibi を設計した．Chibi の設計思想は，使いやすさより練習しやすさに焦点をあてることである．関数型プログラミングを学ぶのに余分な言語機能は排除した．排除された主な機能は，破壊的代入，ループ構造，制御構造，クラス（オブジェクト指向）などである．多少，実用的なプログラミングをするため，Python や JavaScript からデータ構造を得た．これらを組み合わせ，高階関数やパターンマッチング，モナドプログラミングなど，現代的な関数型プログラミングの練習ができる．本稿では，Chibi の試作を用いて，Chibi をチュートリアル的に紹介する．</datacite:description>
          <dc:publisher xml:lang="ja">情報処理学会</dc:publisher>
          <datacite:date dateType="Issued">2018-01-19</datacite:date>
          <dc:language>jpn</dc:language>
          <dc:type rdf:resource="http://purl.org/coar/resource_type/c_5794">conference paper</dc:type>
          <jpcoar:identifier identifierType="URI">https://ipsj.ixsq.nii.ac.jp/records/222490</jpcoar:identifier>
          <jpcoar:sourceTitle>第59回プログラミング・シンポジウム予稿集</jpcoar:sourceTitle>
          <jpcoar:volume>2018</jpcoar:volume>
          <jpcoar:pageStart>1</jpcoar:pageStart>
          <jpcoar:pageEnd>9</jpcoar:pageEnd>
          <jpcoar:file>
            <jpcoar:URI label="IPSJ-WPRO2018003.pdf">https://ipsj.ixsq.nii.ac.jp/record/222490/files/IPSJ-WPRO2018003.pdf</jpcoar:URI>
            <jpcoar:mimeType>application/pdf</jpcoar:mimeType>
            <jpcoar:extent>330.8 kB</jpcoar:extent>
            <datacite:date dateType="Available">2018-01-19</datacite:date>
          </jpcoar:file>
        </jpcoar:jpcoar>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
