{"id":1573,"date":"2013-01-16T08:59:37","date_gmt":"2013-01-15T23:59:37","guid":{"rendered":"http:\/\/www.techscore.com\/blog\/?p=1573"},"modified":"2018-11-14T16:33:57","modified_gmt":"2018-11-14T07:33:57","slug":"c%e8%a8%80%e8%aa%9e%e3%81%8b%e3%82%89gauche%e3%82%92%e4%bd%bf%e3%81%8a%e3%81%86%ef%bc%81-2-%e5%9f%ba%e6%9c%ac%e7%9a%84%e3%81%aa%e5%80%a4%e3%81%ae%e7%94%9f%e6%88%90","status":"publish","type":"post","link":"https:\/\/www.techscore.com\/blog\/2013\/01\/16\/c%e8%a8%80%e8%aa%9e%e3%81%8b%e3%82%89gauche%e3%82%92%e4%bd%bf%e3%81%8a%e3%81%86%ef%bc%81-2-%e5%9f%ba%e6%9c%ac%e7%9a%84%e3%81%aa%e5%80%a4%e3%81%ae%e7%94%9f%e6%88%90\/","title":{"rendered":"C\u8a00\u8a9e\u304b\u3089Gauche\u3092\u4f7f\u304a\u3046\uff01 (2) \u57fa\u672c\u7684\u306a\u5024\u306e\u751f\u6210"},"content":{"rendered":"<p>\u3053\u3093\u306b\u3061\u306f\u3001\u9234\u6728\u3067\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>\u300c<a title=\"C\u8a00\u8a9e\u304b\u3089Gauche\u3092\u4f7f\u304a\u3046\uff01 (1) \u30b3\u30f3\u30d1\u30a4\u30eb\u74b0\u5883\u3092\u6574\u3048\u308b\" href=\"http:\/\/www.techscore.com\/blog\/2013\/01\/15\/c%e8%a8%80%e8%aa%9e%e3%81%8b%e3%82%89gauche%e3%82%92%e4%bd%bf%e3%81%8a%e3%81%86%ef%bc%81-1-%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab%e7%92%b0%e5%a2%83%e3%82%92%e6%95%b4%e3%81%88%e3%82%8b\/\">C\u8a00\u8a9e\u304b\u3089Gauche\u3092\u4f7f\u304a\u3046\uff01 (1)<\/a>\u300d\u306e\u7d9a\u7de8\u3067\u3059\u3002<\/p>\n<p>\u524d\u56de\u306f\u4f55\u3082\u3057\u306a\u3044\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\uff06\u5b9f\u884c\u3059\u308b\u3068\u3053\u308d\u307e\u3067\u884c\u3044\u307e\u3057\u305f\u3002<\/p>\n<p>\u4eca\u56de\u306f\u3001\u6570\u5024\u3084\u6587\u5b57\u5217\u306a\u3069\u306e\u57fa\u672c\u7684\u306a\u5024\u306e\u751f\u6210\u3068\u3001\u305d\u308c\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd5\u3092\u8abf\u3079\u307e\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u6570\u5024\u578b<\/h2>\n<p>gauche.h \u306e\u4e2d\u306b\u3001\u6570\u5024\u578b\u306e\u5024\u3092\u751f\u6210\u3059\u308b SCM_MAKE_INT \u3068\u3044\u3046\u30de\u30af\u30ed\u3092\u898b\u3064\u3051\u307e\u3057\u305f\u3002<\/p>\n<p>\u3053\u308c\u304c\u8db3\u304c\u304b\u308a\u306b\u306a\u308a\u305d\u3046\u3067\u3059\u3002<\/p>\n<pre class=\"lang:c decode:true\">#define SCM_MAKE_INT(obj)    SCM_OBJ(((intptr_t)(obj) &lt;&lt; 2) + 1)<\/pre>\n<p>SCM_OBJ \u306e\u5b9a\u7fa9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u306a\u3063\u3066\u304a\u308a\u3001ScmObj \u306b\u30ad\u30e3\u30b9\u30c8\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"lang:c decode:true\">#define SCM_OBJ(obj)      ((ScmObj)(obj))<\/pre>\n<p>ScmObj \u304c Gauche \u304c\u6271\u3046\u5024\u3092\u8868\u3059\u3001\u3068\u3044\u3046\u3053\u3068\u3067\u3057\u3087\u3046\u304b\u3002<\/p>\n<p>SCM_MAKE_INT \u306e\u5468\u8fba\u3092\u898b\u308b\u3068\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u6570\u5024\u578b\u3067\u3042\u308b\u304b\u5224\u5b9a\u3059\u308b SCM_INTP \u3084\u3001\u6570\u5024\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304b\u3089\u5024\u3092\u53d6\u308a\u51fa\u3059 SCM_INT_VALUE \u3082\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"lang:c decode:true\">\/*\r\n * FIXNUM\r\n *\/\r\n\r\n#define SCM_INTP(obj)        (SCM_TAG2(obj) == 1)\r\n#define SCM_INT_VALUE(obj)   (((signed long int)SCM_WORD(obj)) &gt;&gt; 2)\r\n#define SCM_MAKE_INT(obj)    SCM_OBJ(((intptr_t)(obj) &lt;&lt; 2) + 1)<\/pre>\n<p>\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3092\u66f8\u3044\u3066\u52d5\u4f5c\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"lang:c decode:true\">#include &lt;stdio.h&gt;\r\n#include &lt;gauche.h&gt;\r\n\r\nint main()\r\n{   \r\n    ScmObj value;\r\n\r\n    GC_INIT();\r\n    Scm_Init(GAUCHE_SIGNATURE);\r\n\r\n    value = SCM_MAKE_INT(123);\r\n    printf(\"INTP: %s\\n\", SCM_INTP(value) ? \"true\" : \"false\");\r\n    printf(\"INT_VALUE: %ld\\n\", SCM_INT_VALUE(value));\r\n\r\n    return 0;\r\n}<\/pre>\n<p>\u30b3\u30f3\u30d1\u30a4\u30eb\uff06\u5b9f\u884c\u3057\u307e\u3059\uff08\u203b\u300c<a title=\"C\u8a00\u8a9e\u304b\u3089Gauche\u3092\u4f7f\u304a\u3046\uff01 (1) \u30b3\u30f3\u30d1\u30a4\u30eb\u74b0\u5883\u3092\u6574\u3048\u308b\" href=\"http:\/\/www.techscore.com\/blog\/2013\/01\/15\/c%e8%a8%80%e8%aa%9e%e3%81%8b%e3%82%89gauche%e3%82%92%e4%bd%bf%e3%81%8a%e3%81%86%ef%bc%81-1-%e3%82%b3%e3%83%b3%e3%83%91%e3%82%a4%e3%83%ab%e7%92%b0%e5%a2%83%e3%82%92%e6%95%b4%e3%81%88%e3%82%8b\/\">C\u8a00\u8a9e\u304b\u3089Gauche\u3092\u4f7f\u304a\u3046\uff01 (1)<\/a>\u300d\u3067\u6e96\u5099\u3057\u305f Makefile \u3092\u4f7f\u3044\u307e\u3059\uff09\u3002<\/p>\n<pre class=\"lang:default decode:true\">&gt; make run\r\nINTP: true\r\nINT_VALUE: 123<\/pre>\n<p>\u3053\u3053\u307e\u3067\u306e\u5185\u5bb9\u3067\u3001<\/p>\n<ul>\n<li>\u6570\u5024\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u751f\u6210\u3059\u308b\u65b9\u6cd5\uff08SCM_MAKE_INT\uff09<\/li>\n<li>\u6570\u5024\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u308b\u304b\u5224\u5b9a\u3059\u308b\u65b9\u6cd5\uff08SCM_INTP\uff09<\/li>\n<li>\u6570\u5024\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304b\u3089\u5024\u3092\u53d6\u308a\u51fa\u3059\u65b9\u6cd5\uff08SCM_INT_VALUE\uff09<\/li>\n<\/ul>\n<p>\u304c\u5206\u304b\u308a\u307e\u3057\u305f\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u305d\u306e\u4ed6\u306e\u30c7\u30fc\u30bf\u578b<\/h2>\n<p>gauche.h \u306b\u306f\u6570\u5024\u4ee5\u5916\u306e\u305f\u3081\u306e\u30de\u30af\u30ed\u3082\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"lang:sh decode:true\">&gt; grep -rE '#define\\s+SCM_MAKE_' -B2 gauche.h \r\n#define SCM_BOOLP(obj)       ((obj) == SCM_TRUE || (obj) == SCM_FALSE)\r\n#define SCM_BOOL_VALUE(obj)  (!SCM_FALSEP(obj))\r\n#define SCM_MAKE_BOOL(obj)   ((obj)? SCM_TRUE:SCM_FALSE)\r\n--\r\n#define SCM_INTP(obj)        (SCM_TAG2(obj) == 1)\r\n#define SCM_INT_VALUE(obj)   (((signed long int)SCM_WORD(obj)) &gt;&gt; 2)\r\n#define SCM_MAKE_INT(obj)    SCM_OBJ(((intptr_t)(obj) &lt;&lt; 2) + 1)\r\n--\r\n#define SCM_CHARP(obj)          ((SCM_WORD(obj)&amp;0xff) == 3)\r\n#define SCM_CHAR_VALUE(obj)     SCM_CHAR(((unsigned long)SCM_WORD(obj)) &gt;&gt; 8)\r\n#define SCM_MAKE_CHAR(ch)       SCM_OBJ((long)((ch) &lt;&lt; 8) + 3)\r\n--\r\n#define SCM_MAYBE_P(pred, obj)      (SCM_FALSEP(obj)||(pred(obj)))\r\n#define SCM_MAYBE(unboxer, obj)     (SCM_FALSEP(obj)?NULL:(unboxer(obj)))\r\n#define SCM_MAKE_MAYBE(boxer, obj)  ((obj)?(boxer(obj)):SCM_FALSE)<\/pre>\n<p>BOOL\u3001INT\u3001CHAR\u3001MAYBE \u304c\u3042\u308a\u307e\u3057\u305f\u3002MAYBE \u306f\u57fa\u672c\u7684\u306a\u5024\u3067\u306f\u306a\u3055\u305d\u3046\u306a\u306e\u3067\u3001\u4eca\u56de\u306f\u6df1\u5165\u308a\u3057\u307e\u305b\u3093\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>BOOL\u578b<\/h2>\n<p>BOOL\u578b\u306b\u3064\u3044\u3066\u3082\u3001\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3067\u78ba\u8a8d\u3057\u3066\u307f\u307e\u3059\u3002<\/p>\n<pre class=\"lang:c decode:true\">#include &lt;stdio.h&gt;\r\n#include &lt;gauche.h&gt;\r\n\r\nint main()\r\n{   \r\n    ScmObj value;\r\n\r\n    GC_INIT();\r\n    Scm_Init(GAUCHE_SIGNATURE);\r\n\r\n    value = SCM_MAKE_BOOL(1);\r\n    printf(\"BOOLP: %s\\n\", SCM_BOOL_VALUE(value) ? \"true\" : \"false\");\r\n    printf(\"BOOLVALUE: %d\\n\", SCM_BOOL_VALUE(value));\r\n\r\n    return 0;\r\n}<\/pre>\n<p>\u5b9f\u884c\u3059\u308b\u3068\u3001\u4ee5\u4e0b\u306e\u51fa\u529b\u304c\u5f97\u3089\u308c\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"lang:default decode:true\">&gt; make run\r\nBOOLP: true\r\nBOOLVALUE: 1<\/pre>\n<p>BOOL\u578b\u306e\u5024\u306f\u5b9a\u6570 SCM_TRUE\u3001SCM_FALSE \u3082\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u306e\u3067\u3001\u6b21\u306e\u3088\u3046\u306b\u66f8\u304f\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"lang:default decode:true\">#include &lt;stdio.h&gt;\r\n#include &lt;gauche.h&gt;\r\n\r\nint main()\r\n{   \r\n    ScmObj value;\r\n\r\n    GC_INIT();\r\n    Scm_Init(GAUCHE_SIGNATURE);\r\n\r\n\/*  value = SCM_MAKE_BOOL(1); *\/\r\n    value = SCM_TRUE;\r\n    printf(\"BOOLP: %d\\n\", SCM_BOOL_VALUE(value));\r\n    printf(\"BOOLVALUE: %d\\n\", SCM_BOOL_VALUE(value) ? \"true\" : \"false\");\r\n\r\n    return 0;\r\n}<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u6587\u5b57\u578b<\/h2>\n<p>\u6587\u5b57\u578b\u306f\u6b21\u306e\u3088\u3046\u306b\u6271\u3044\u307e\u3059\u3002<\/p>\n<pre class=\"lang:c decode:true\">#include &lt;stdio.h&gt;\r\n#include &lt;gauche.h&gt;\r\n\r\nint main()\r\n{   \r\n    ScmObj value;\r\n\r\n    GC_INIT();\r\n    Scm_Init(GAUCHE_SIGNATURE);\r\n\r\n    value = SCM_MAKE_CHAR('A');\r\n    printf(\"CHARP: %s\\n\", SCM_CHARP(value) ? \"true\" : \"false\");\r\n    printf(\"CHAR_VALUE: %c\\n\", (int)SCM_CHAR_VALUE(value));\r\n\r\n    return 0;\r\n}<\/pre>\n<p>\u5b9f\u884c\u3059\u308b\u3068\u4ee5\u4e0b\u306e\u51fa\u529b\u304c\u5f97\u3089\u308c\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"lang:sh decode:true\">&gt; make run\r\nCHARP: true\r\nCHAR_VALUE: A<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u6587\u5b57\u5217\u578b<\/h2>\n<p>\u6587\u5b57\u5217\u578b\u306b\u3064\u3044\u3066\u306f gauche.h \u3067\u306f\u306a\u304f gauche\/string.h \u306b SCM_MAKE_STR \u304c\u3042\u308a\u307e\u3057\u305f\u3002<\/p>\n<pre class=\"lang:c decode:true\">#define SCM_MAKE_STR(cstr) \\\r\n    Scm_MakeString(cstr, -1, -1, 0)\r\n#define SCM_MAKE_STR_COPYING(cstr) \\\r\n    Scm_MakeString(cstr, -1, -1, SCM_STRING_COPYING)\r\n#define SCM_MAKE_STR_IMMUTABLE(cstr) \\\r\n    Scm_MakeString(cstr, -1, -1, SCM_STRING_IMMUTABLE)<\/pre>\n<p>\u6587\u5b57\u5217\u306f\u4eca\u307e\u3067\u898b\u3066\u304d\u305f\u30c7\u30fc\u30bf\u578b\u3068\u6bd4\u3079\u3066\u8907\u96d1\u306a\u69cb\u9020\u3092\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3001SCM_STRING_COPYING \u3084 SCM_STRING_IMMUTABLE \u306a\u3069\u306e\u30d5\u30e9\u30b0\u3092\u6301\u3064\u3088\u3046\u3067\u3059\u3002<\/p>\n<p>gauche\/string.h \u4e2d\u306e\u30b3\u30e1\u30f3\u30c8\u304b\u3089\u3001\u5909\u66f4\u53ef\u80fd\uff08mutable\uff09\u306a Scheme \u6587\u5b57\u5217\u3092\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9\u74b0\u5883\u3067\u6b63\u3057\u304f\u52d5\u304f\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b\u3072\u3068\u5de5\u592b\u3057\u3066\u3044\u308b\u3053\u3068\u304c\u5206\u304b\u308a\u307e\u3057\u305f\u3002<\/p>\n<p>\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u3092\u66f8\u3044\u3066\u52d5\u4f5c\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"lang:c decode:true\">#include &lt;stdio.h&gt;\r\n#include &lt;gauche.h&gt;\r\n\r\nint main()\r\n{\r\n    ScmObj value;\r\n\r\n    GC_INIT();\r\n    Scm_Init(GAUCHE_SIGNATURE);\r\n\r\n    value = SCM_MAKE_STR_IMMUTABLE(\"Hello, Gauche!\");\r\n    printf(\"STRINGP: %s\\n\", SCM_STRINGP(value) ? \"true\" : \"false\");\r\n    printf(\"%s\\n\", SCM_STRING_CONST_CSTRING(value));\r\n\r\n    return 0;\r\n}<\/pre>\n<p>\u6587\u5b57\u5217\u306e\u751f\u6210\u306b\u306f\u3001SCM_MAKE_STR_IMMUTABLE \u3092\u4f7f\u7528\u3057\u307e\u3057\u305f\uff08\u5f15\u6570\u306b\u306f\u30ea\u30c6\u30e9\u30eb\u306e \"Hello, Gauche\" \u3092\u4e0e\u3048\u3066\u304a\u308a\u3001C\u8a00\u8a9e\u3067\u306f\u6587\u5b57\u5217\u30ea\u30c6\u30e9\u30eb\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f NG \u306e\u305f\u3081\uff09\u3002<\/p>\n<p>\u5024\u306e\u53d6\u5f97\u65b9\u6cd5\u3092\u8abf\u3079\u3066\u3044\u304f\u3068\u3001\u3044\u304f\u3064\u304b\u306e\u95a2\u6570\u3084\u30de\u30af\u30ed\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<ul>\n<li>Scm_GetString \u95a2\u6570\u306f\u5909\u66f4\u53ef\u80fd\u306a\u6587\u5b57\u5217\u3092\u8fd4\u3059\uff08\u5185\u90e8\u7684\u306b\u6587\u5b57\u5217\u306e\u30b3\u30d4\u30fc\u304c\u767a\u751f\u3059\u308b\uff09<\/li>\n<li>Scm_GetStringConst \u95a2\u6570\u306f\u5909\u66f4\u4e0d\u53ef\u80fd\u306a\u6587\u5b57\u5217\u3092\u8fd4\u3059\u3002<\/li>\n<li>SCM_STRING_CONST_CSTRING \u306f Scm_GetStringConst(SCM_STRING(obj)) \u306b\u5c55\u958b\u3055\u308c\u308b\u30de\u30af\u30ed\uff08ScmObj \u304b\u3089 ScmString \u3078\u306e\u30ad\u30e3\u30b9\u30c8\u306e\u624b\u9593\u3092\u7701\u7565\u3067\u304d\u308b\uff09\u3002<\/li>\n<\/ul>\n<p>\u3053\u3053\u3067\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u53c2\u7167\u3067\u304d\u308c\u3070\u5341\u5206\u306e\u305f\u3081\u3001SCM_STRING_CONST_CSTRING \u3067\u5024\u3092\u53d6\u5f97\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3057\u305f\u3002<\/p>\n<p>\u5b9f\u884c\u3059\u308b\u3068\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n<pre class=\"lang:sh decode:true\">&gt; make run\r\nSTRINGP: true\r\nHello, Gauche!<\/pre>\n<h2>\u307e\u3068\u3081<\/h2>\n<p>\u4eca\u56de\u8abf\u3079\u3066\u307f\u3066\u308f\u304b\u3063\u305f\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059\u3002<\/p>\n<ul>\n<li>\u57fa\u672c\u306f ScmObj<\/li>\n<li>SCM_MAKE_xxx \u304b\u3089\u59cb\u307e\u308b\u30de\u30af\u30ed\u3067\u57fa\u672c\u7684\u306a\u5024\u3092\u751f\u6210\u3059\u308b\u3002\uff08\u4f8b\uff1aSCM_MAKE_INT\uff09<\/li>\n<li>SCM_xxx_VALUE \u3067\u5024\u3092\u53d6\u5f97\u3059\u308b\u3002\uff08\u4f8b\uff1aSCM_INT_VALUE\uff09<\/li>\n<li>SCM_xxxP \u3067\u65b9\u306e\u5224\u5b9a\u3092\u884c\u3046\u3002\uff08\u4f8b\uff1aSCM_INTP \u3067\u6570\u5024\u578b\u3067\u3042\u308b\u3053\u3068\u3092\u5224\u5b9a\u3059\u308b\uff09<\/li>\n<li>\u307e\u305a\u306f gauche.h \u3092\u8aad\u3080\u3002<\/li>\n<li>\u6587\u5b57\u5217\u306e\u3088\u3046\u306b\u5225\u306e\u30d5\u30a1\u30a4\u30eb\uff08gauche\/string.h\uff09\u3092\u8aad\u3080\u5fc5\u8981\u3082\u3042\u308b\u3002<\/li>\n<\/ul>\n<p>\u5c11\u3057\u305a\u3064\u524d\u9032\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u307e\u3060\u307e\u3060\u5206\u304b\u3089\u306a\u3044\u3053\u3068\u304c\u305f\u304f\u3055\u3093\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>\u4eca\u5f8c\u306f\u30ea\u30b9\u30c8\u3092\u6271\u3046\u65b9\u6cd5\u3084 Scheme\u30b3\u30fc\u30c9\u3092\u8a55\u4fa1\u3059\u308b\u65b9\u6cd5\u3001Scheme\u30b3\u30fc\u30c9\u5185\u306e\u624b\u7d9a\u304d\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u3001C\u8a00\u8a9e\u30b3\u30fc\u30c9\u3068Scheme\u30b3\u30fc\u30c9\u9593\u3067\u5024\u3092\u3084\u308a\u3068\u308a\u3059\u308b\u65b9\u6cd5\u3042\u305f\u308a\u304b\u3089\u8abf\u3079\u3088\u3046\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3053\u3093\u306b\u3061\u306f\u3001\u9234\u6728\u3067\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>\u300cC\u8a00\u8a9e\u304b\u3089Gauche\u3092\u4f7f\u304a\u3046\uff01 (1)\u300d\u306e\u7d9a\u7de8\u3067\u3059\u3002<\/p>\n<p>\u524d\u56de\u306f\u4f55\u3082\u3057\u306a\u3044\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\uff06\u5b9f\u884c\u3059\u308b\u3068\u3053\u308d\u307e\u3067\u884c\u3044\u307e\u3057\u305f\u3002<br \/><a href=\"https:\/\/www.techscore.com\/blog\/2013\/01\/16\/c%e8%a8%80%e8%aa%9e%e3%81%8b%e3%82%89gauche%e3%82%92%e4%bd%bf%e3%81%8a%e3%81%86%ef%bc%81-2-%e5%9f%ba%e6%9c%ac%e7%9a%84%e3%81%aa%e5%80%a4%e3%81%ae%e7%94%9f%e6%88%90\/\">\u7d9a\u304d\u3092\u8aad\u3080...<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[85,18],"tags":[79,78,77],"_links":{"self":[{"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/posts\/1573"}],"collection":[{"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/comments?post=1573"}],"version-history":[{"count":1,"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/posts\/1573\/revisions"}],"predecessor-version":[{"id":17978,"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/posts\/1573\/revisions\/17978"}],"wp:attachment":[{"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/media?parent=1573"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/categories?post=1573"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techscore.com\/blog\/wp-json\/wp\/v2\/tags?post=1573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}