{
  "version": "https://jsonfeed.org/version/1", 
  "title": "Elixir \u7f16\u7a0b\u8bed\u8a00", 
  "description": "Elixir is a dynamic, functional language designed for building scalable and maintainable applications.", 
  "home_page_url": "https://www.v2ex.com/go/elixir", 
  "feed_url": "https://www.v2ex.com/feed/elixir.json", 
  "icon": "https://cdn.v2ex.com/navatar/43fe/aeee/872_large.png?m=1634038949", 
  "favicon": "https://cdn.v2ex.com/navatar/43fe/aeee/872_normal.png?m=1634038949", 
  "items": [
    {
      "author": {
        "url": "https://www.v2ex.com/member/twig", 
        "name": "twig", 
        "avatar": "https://cdn.v2ex.com/avatar/17bf/2076/547688_large.png?m=1755543712"
      }, 
      "url": "https://www.v2ex.com/t/1037582", 
      "title": "LeetCode: 153. Find Minimum in Rotated Sorted Array", 
      "id": "https://www.v2ex.com/t/1037582", 
      "date_published": "2024-05-03T12:15:12+00:00", 
      "content_html": "<pre><code class=\"language-elixir\">defmodule Solution do\n  @spec find_min(nums :: [integer]) :: integer\n  def find_min(nums) do\n    [head | tail] = nums\n    tail\n    |&gt; Enum.reduce_while(\n      head,\n      fn item, acc -&gt;\n      if item &lt; acc do\n        { :halt, item }\n      else\n        { :cont, acc }\n      end\n    end)\n  end\nend\n</code></pre>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/JoeyWang321", 
        "name": "JoeyWang321", 
        "avatar": "https://cdn.v2ex.com/avatar/461c/9702/600941_large.png?m=1679645175"
      }, 
      "url": "https://www.v2ex.com/t/926885", 
      "title": "\u6211\u5c31\u60f3\u770b\u770b v \u53cb\u6709\u51e0\u4e2a\u5728\u7528 elixir \u7684", 
      "id": "https://www.v2ex.com/t/926885", 
      "date_published": "2023-03-24T08:10:03+00:00", 
      "content_html": "<p>\u4e3b\u8981\u662f\u60f3\u770b\u770b\uff0c\u5927\u5bb6\u90fd\u7528\u6765\u505a\u4ec0\u4e48\u3002\u3002\u3002\u3002\nphoenix+liveview?\n\u8fd8\u662f\u505a\u7f51\u7edc\u5f00\u53d1\u3002\n\u7ed9\u8fd9\u4e2a\u8282\u70b9\u589e\u52a0\u4e00\u70b9\u4eba\u6c14\uff0c\u804a\u804a\u5929\u4e4b\u7c7b\u7684</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/fx", 
        "name": "fx", 
        "avatar": "https://cdn.v2ex.com/avatar/44c2/821d/32939_large.png?m=1758687863"
      }, 
      "url": "https://www.v2ex.com/t/920454", 
      "title": "Gleam \u662f\u4e00\u79cd\u7c7b\u578b\u5b89\u5168\u4e14\u53ef\u6269\u5c55\u7684\u8bed\u8a00\uff0c\u9002\u7528\u4e8e Erlang \u865a\u62df\u673a\u548c JavaScript \u8fd0\u884c\u65f6\u3002\u4eca\u5929 Gleam v0.27.0 \u5df2\u7ecf\u53d1\u5e03\u4e86", 
      "id": "https://www.v2ex.com/t/920454", 
      "date_published": "2023-03-02T04:26:34+00:00", 
      "content_html": "<p>Gleam v0.27 released</p>\n<p>Gleam \u662f\u4e00\u79cd\u7c7b\u578b\u5b89\u5168\u4e14\u53ef\u6269\u5c55\u7684\u8bed\u8a00\uff0c\u9002\u7528\u4e8e Erlang \u865a\u62df\u673a\u548c JavaScript \u8fd0\u884c\u65f6\u3002\u4eca\u5929 Gleam v0.27.0 \u5df2\u7ecf\u53d1\u5e03\u4e86\uff0c\u4e00\u8d77\u6765\u770b\u770b\u6709\u4ec0\u4e48\u65b0\u7684\u5427\u3002</p>\n<p><a href=\"https://gleam.run/news/v0.27-hello-panic-goodbye-try/\" rel=\"nofollow\">https://gleam.run/news/v0.27-hello-panic-goodbye-try/</a></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/zzf", 
        "name": "zzf", 
        "avatar": "https://cdn.v2ex.com/gravatar/5319073d59b6a6d2312bbdcebaeae899?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/855158", 
      "title": "Elixir \u8bed\u8a00 10 \u5468\u5e74\u5566\uff01", 
      "id": "https://www.v2ex.com/t/855158", 
      "date_published": "2022-05-25T03:05:44+00:00", 
      "content_html": "<p><img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://user-images.githubusercontent.com/6822558/170169788-2890a9ff-311a-4dba-a5d2-d1d200ba1e80.png\"/></p>\n<p><img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://user-images.githubusercontent.com/6822558/170169832-469218b3-911e-4712-8637-2b68bc053169.png\"/></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/ifsclimbing", 
        "name": "ifsclimbing", 
        "avatar": "https://cdn.v2ex.com/gravatar/491a70d9ba513dbad6a715004a8fff0d?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/792703", 
      "date_modified": "2021-07-30T07:06:03+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://speakerdeck.com/teamon/elixir-genstage-and-flow\" rel=\"nofollow noopener\">https://speakerdeck.com/teamon/elixir-genstage-and-flow</a><br /><br />Elixir \u771f\u662f\u592a awesome \u4e86", 
      "date_published": "2021-07-30T07:05:14+00:00", 
      "title": "Elixir GenStage & Flow", 
      "id": "https://www.v2ex.com/t/792703"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/GrapeCityChina", 
        "name": "GrapeCityChina", 
        "avatar": "https://cdn.v2ex.com/avatar/7e10/4ee6/465154_large.png?m=1655102530"
      }, 
      "url": "https://www.v2ex.com/t/638397", 
      "date_modified": "2020-01-19T16:58:44+00:00", 
      "content_html": "<p>Elixir \u662f Erlang \u7684\u6d3e\u751f\u8bed\u8a00\uff0c\u4ea6\u662f\u4e00\u79cd\u51fd\u6570\u5f0f\u52a8\u6001\u8bed\u8a00\uff0c\u7528\u4e8e\u6784\u5efa\u53ef\u4f38\u7f29\u3001\u6613\u7ef4\u62a4\u7684\u5e94\u7528\u7a0b\u5e8f\u3002\u5177\u6709\u6539\u8fdb\u7684\u8bed\u6cd5\uff0c\u4ee5\u53ca\u4e0e Erlang \u76f8\u540c\u7684\u3001\u60ca\u4eba\u7684\u5e76\u53d1\u6027\u652f\u6301\u3002\u4f5c\u4e3a\u4e00\u79cd\u7eaf\u51fd\u6570\u5f0f\u8bed\u8a00\uff0c\u5b83\u5f88\u6709\u53ef\u80fd\u5c06\u8fd9\u4e00\u8303\u5f0f\u63d0\u5347\u4e3a\u4e3b\u6d41\u3002</p>\n<p>\u4e3b\u8981\u4f18\u70b9\uff1a\u5b83\u4f7f\u51fd\u6570\u5f0f\u7f16\u7a0b\u53d8\u5f97\u5f02\u5e38\u7b80\u5355\u3002\u5b83\u975e\u5e38\u9002\u5408\u5e76\u53d1\u6027\u3002</p>\n<p>\u4e3b\u8981\u7f3a\u70b9\uff1a\u9700\u8981\u4e86\u89e3\u6f5c\u5728\u7684\u4e00\u6b21\u6027\u53ef\u7f16\u7a0b\u57fa\u7840\u77e5\u8bc6\uff0c\u8fd9\u53ef\u80fd\u662f\u4e00\u9879\u8270\u5de8\u7684\u4efb\u52a1\u3002</p>\n<p>Elixir \u662f\u57fa\u4e8e Erlang VM \u7684\uff0c\u5176\u5e7f\u4e3a\u4eba\u77e5\u7684\u7279\u70b9\u662f\u8fd0\u884c\u4f4e\u5ef6\u65f6\u3001\u5206\u5e03\u5f0f\u3001\u53ef\u5bb9\u9519\u7684\u7cfb\u7edf\uff0c\u5e76\u6210\u529f\u7528\u4e8e Web \u5f00\u53d1\u4e0e\u5d4c\u5165\u5f0f\u8f6f\u4ef6\u9886\u57df\u3002</p>\n", 
      "date_published": "2020-01-16T04:01:55+00:00", 
      "title": "\u6709\u5bf9 Elixir \u4e86\u89e3\u7684\u540c\u5b66\u5417\uff1f\u4f1a\u4e0d\u4f1a\u6210\u4e3a\u66ff\u4ee3 Python \u548c JavaScript \u7684\u7f16\u7a0b\u8bed\u8a00", 
      "id": "https://www.v2ex.com/t/638397"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/tt67wq", 
        "name": "tt67wq", 
        "avatar": "https://cdn.v2ex.com/avatar/e18b/34dd/326514_large.png?m=1585181739"
      }, 
      "url": "https://www.v2ex.com/t/637629", 
      "date_modified": "2020-01-13T19:38:22+00:00", 
      "content_html": "<p>\u6700\u8fd1\u7528 elixir \u7ec3\u4e60\u7f51\u7edc\u7f16\u7a0b\uff0c\u6a21\u5f0f\u5339\u914d+otp\uff0c\u89e3\u6790\u7f51\u7edc\u534f\u8bae\u4e00\u8def\u6da6\u6ed1\uff0c\u4e00\u5929\u5c31\u80fd\u6413\u4e2a\u9178\u9178\u51fa\u6765</p>\n", 
      "date_published": "2020-01-13T13:49:50+00:00", 
      "title": "Elixir \u7f51\u7edc\u7f16\u7a0b\u662f\u771f\u7684\u8212\u670d", 
      "id": "https://www.v2ex.com/t/637629"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/tony612", 
        "name": "tony612", 
        "avatar": "https://cdn.v2ex.com/avatar/1ff7/4a7b/26968_large.png?m=1348333170"
      }, 
      "url": "https://www.v2ex.com/t/391883", 
      "date_modified": "2017-09-19T02:25:11+00:00", 
      "content_html": "<p>\u65f6\u95f4\uff1a2017.9.23 \u5468\u516d</p>\n<p>\u5730\u70b9\uff1a \u82f1\u8bed\u6d41\u5229\u8bf4\u529e\u516c\u5ba4\uff08\u5927\u8fde\u8def 970 \u53f7\u6d77\u4e0a\u6d77 9 \u53f7\u697c 2101 \u5ba4\uff09</p>\n<p>\u9ad8\u5fb7\u5730\u56fe\u94fe\u63a5\uff1a <a href=\"http://f.amap.com/54uf6_0971mFu\" rel=\"nofollow\">http://f.amap.com/54uf6_0971mFu</a></p>\n<p>1:50~2:00 \u81ea\u6211\u4ecb\u7ecd</p>\n<p>2:00~5:00 \u4e3b\u9898\u6f14\u8bb2</p>\n<ol>\n<li>\u300a\u66f4 Elixir \u98ce\u683c\u7684\u51fd\u6570\u5f0f - \u8bb0\u8ff0\u4e00\u6b21\u91cd\u6784\u7ecf\u5386\u300b-- <a href=\"https://github.com/vangie\" rel=\"nofollow\">\u675c\u4e07</a></li>\n<li>\u300a Protobuf in Elixir \u300b -- <a href=\"https://github.com/tony612\" rel=\"nofollow\">Tony</a></li>\n<li>\uff08\u8fd8\u5728\u5f81\u96c6\u5f53\u4e2d\uff0c\u6b22\u8fce\u5206\u4eab\uff09</li>\n</ol>\n<p>5:00~6:00 \u81ea\u7531\u8ba8\u8bba</p>\n<p>PS\uff1a</p>\n<p>\u6d3b\u52a8\u4e0d\u9700\u8981\u62a5\u540d\uff0c\u4f46\u4f60\u53ef\u4ee5\u52a0\u5165 meetup \u6765\u5173\u6ce8\u6211\u4eec\u7684\u6d3b\u52a8 <a href=\"https://www.meetup.com/Elixir-Shanghai/\" rel=\"nofollow\">https://www.meetup.com/Elixir-Shanghai/</a></p>\n", 
      "date_published": "2017-09-19T02:24:34+00:00", 
      "title": "[\u4e0a\u6d77] 2017.9.23 Elixir Meetup", 
      "id": "https://www.v2ex.com/t/391883"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/tony612", 
        "name": "tony612", 
        "avatar": "https://cdn.v2ex.com/avatar/1ff7/4a7b/26968_large.png?m=1348333170"
      }, 
      "url": "https://www.v2ex.com/t/360705", 
      "date_modified": "2017-05-11T11:33:59+00:00", 
      "content_html": "<p>\u65f6\u95f4\uff1a2017.5.21 \uff08<strong>\u5468\u65e5</strong>\uff09</p>\n<p>\u5730\u70b9\uff1a</p>\n<p>\u82f1\u8bed\u6d41\u5229\u8bf4\u529e\u516c\u5ba4\uff08\u5927\u8fde\u8def 970 \u53f7\u6d77\u4e0a\u6d77 9 \u53f7\u697c 2101 \u5ba4\uff09</p>\n<p>\u9ad8\u5fb7\u5730\u56fe\u94fe\u63a5\uff1a <a href=\"http://f.amap.com/54uf6_0971mFu\" rel=\"nofollow\">http://f.amap.com/54uf6_0971mFu</a></p>\n<p>\u5185\u5bb9\uff1a</p>\n<p>2:00~2:20 \u81ea\u6211\u4ecb\u7ecd</p>\n<p>2:20~5:00 \u4e3b\u9898\u6f14\u8bb2</p>\n<ol>\n<li>\n<p><a href=\"http://www.elixirconf.eu/\" rel=\"nofollow\">ElixirConfEU</a> Recap -- Lou Xun (<a href=\"https://github.com/aquarhead\" rel=\"nofollow\">@aquarhead</a>)</p>\n</li>\n<li>\n<p>\uff08 Erlang \u76f8\u5173\u4e3b\u9898\uff09 -- \u4f59\u950b\uff08\u963f\u91cc\u891a\u9738\uff09</p>\n</li>\n<li>\n<p>Elixir macro \u4ece\u5165\u95e8\u5230\u5b9e\u8df5 -- Tony Han (<a href=\"https://github.com/tony612\" rel=\"nofollow\">@tony612</a>)</p>\n</li>\n</ol>\n<p>5:00~6:00 \u81ea\u7531\u8ba8\u8bba</p>\n<p>PS\uff1a</p>\n<p>\u6d3b\u52a8\u4e0d\u9700\u8981\u62a5\u540d\uff0c\u4f46\u4f60\u53ef\u4ee5\u52a0\u5165 meetup \u6765\u5173\u6ce8\u6211\u4eec\u7684\u6d3b\u52a8 <a href=\"https://www.meetup.com/Elixir-Shanghai/\" rel=\"nofollow\">https://www.meetup.com/Elixir-Shanghai/</a></p>\n", 
      "date_published": "2017-05-11T11:33:48+00:00", 
      "title": "[\u4e0a\u6d77] 2017.5.21 \u5468\u65e5 Elixir meetup", 
      "id": "https://www.v2ex.com/t/360705"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/tony612", 
        "name": "tony612", 
        "avatar": "https://cdn.v2ex.com/avatar/1ff7/4a7b/26968_large.png?m=1348333170"
      }, 
      "url": "https://www.v2ex.com/t/349427", 
      "date_modified": "2017-03-22T05:14:36+00:00", 
      "content_html": "<p>\u65f6\u95f4\uff1a 2017.3.25 \uff08\u5468\u516d\uff09</p>\n<p>\u5730\u70b9\uff1a</p>\n<p>\u82f1\u8bed\u6d41\u5229\u8bf4\u529e\u516c\u5ba4\uff08\u5927\u8fde\u8def 970 \u53f7\u6d77\u4e0a\u6d77 9 \u53f7\u697c 2101 \u5ba4\uff09</p>\n<p>\u9ad8\u5fb7\u5730\u56fe\u94fe\u63a5\uff1a <a href=\"http://f.amap.com/54uf6_0971mFu\" rel=\"nofollow\">http://f.amap.com/54uf6_0971mFu</a></p>\n<p>\u5185\u5bb9\uff1a</p>\n<p>2:00~2:20 \u81ea\u6211\u4ecb\u7ecd</p>\n<p>2:20~5:00 \u4e3b\u9898\u6f14\u8bb2</p>\n<ol>\n<li>HTTP/2 \u6982\u89c8 -- <a href=\"https://github.com/jiangplus\" rel=\"nofollow\">jiang</a></li>\n<li>\u5982\u4f55\u7528 Elixir \u5199\u7b80\u5355\u7684\u722c\u866b -- <a href=\"https://github.com/teddy1004\" rel=\"nofollow\">teddy</a></li>\n<li>\u7528 Elixir + NIF(Rust) \u6784\u5efa \u8ba1\u7b97&amp;IO \u53cc\u5bc6\u96c6\u578b\u5e94\u7528 -- <a href=\"https://github.com/doomsplayer\" rel=\"nofollow\">doomsplayer</a></li>\n</ol>\n<p>5:00~6:00 \u81ea\u7531\u8ba8\u8bba</p>\n<p>PS \uff1a</p>\n<p>\u4f60\u53ef\u4ee5\u76f4\u63a5\u6765\uff0c\u4e0d\u9700\u8981\u62a5\u540d</p>\n<p>\u53ef\u4ee5\u52a0\u5165 meetup \u6765\u5173\u6ce8\u6211\u4eec\u7684\u6d3b\u52a8 <a href=\"https://www.meetup.com/Elixir-Shanghai/\" rel=\"nofollow\">https://www.meetup.com/Elixir-Shanghai/</a></p>\n", 
      "date_published": "2017-03-22T05:11:09+00:00", 
      "title": "[\u4e0a\u6d77] 2017 \u5e74 3 \u6708 25 \u65e5 Elixir Meetup", 
      "id": "https://www.v2ex.com/t/349427"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/fasti", 
        "name": "fasti", 
        "avatar": "https://cdn.v2ex.com/gravatar/4c094db9b46e2d0bae1ab5f912dc578a?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/262622", 
      "date_modified": "2016-03-10T13:47:02+00:00", 
      "content_html": "<p>\u7528<code>phoenix</code>\u6539\u5199\u4e86\u539f\u6765<code>flask</code>\u5199\u7684\u7ad9<br>\n<a target=\"_blank\" rel=\"nofollow\" href=\"https://beta.fastinit.com\">fastinit</a></p>\n\n<p><a target=\"_blank\" rel=\"nofollow\" href=\"http://elixir-lang.org/\">elixir</a><br>\n<a target=\"_blank\" rel=\"nofollow\" href=\"http://www.phoenixframework.org/\">phoenix</a></p>\n", 
      "date_published": "2016-03-10T13:40:42+00:00", 
      "title": "\u7528 phoenix \u91cd\u5199\u4e86\u4e2a\u7ad9", 
      "id": "https://www.v2ex.com/t/262622"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/falood", 
        "name": "falood", 
        "avatar": "https://cdn.v2ex.com/avatar/75a5/05fb/52277_large.png?m=1430811336"
      }, 
      "url": "https://www.v2ex.com/t/223986", 
      "title": "Elixir v1.1.0 released", 
      "id": "https://www.v2ex.com/t/223986", 
      "date_published": "2015-09-27T02:05:37+00:00", 
      "content_html": "\u5e94\u8be5\u662f\u652f\u6301 Erlang 17 \u7684\u6700\u540e\u4e00\u4e2a\u7248\u672c\u4e86\uff0c v1.2.0 \u5c31\u53ea\u652f\u6301 Erlang 18 \u4e86\uff0c\u4e0d\u77e5\u9053 Erlang \u515a\u4eec\u90fd\u5728\u7528\u54ea\u4e2a\u7248\u672c"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/lyf", 
        "name": "lyf", 
        "avatar": "https://cdn.v2ex.com/gravatar/ba7a67d93eeb3ab5dd9c7838b104c1b7?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/219392", 
      "title": "elixir \u5c1d\u8bd5\u4e86\u4e0b\uff0c\u611f\u89c9\u8fd8\u4e0d\u9519", 
      "id": "https://www.v2ex.com/t/219392", 
      "date_published": "2015-09-09T07:36:50+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://github.com/yanfenglee/extunnel\" rel=\"nofollow\">https://github.com/yanfenglee/extunnel</a>\r<br />\u4e4b\u524d\u7528 go \u5199\u8fc7\u7c7b\u4f3c\u7684\u7a0b\u5e8f\uff0c\u8fd8\u662f\u559c\u6b22\u8fd9\u4e2a\u7248\u672c\u3002 \u611f\u89c9 elixir \u76f8\u6bd4\u5176\u4ed6\u65b0\u51fa\u7684\u8bed\u8a00\u5728\u96be\u6613\u5ea6\u548c\u529f\u80fd\u7279\u6027\u4e0a\u66f4\u5e73\u8861\u4e00\u70b9\uff0c\u52a0\u4e0a phoenix \u8fd9\u4e2a\u6740\u624b\u7ea7\u5e94\u7528\uff0c\u4ee5\u540e\u6d41\u884c\u7684\u53ef\u80fd\u6027\u8fd8\u662f\u6709\u7684\uff0c\u51fd\u6570\u5f0f\u7684\u98ce\u683c\u53ef\u80fd\u6709\u4e9b\u4eba\u4e0d\u4e60\u60ef\uff0c\u4f46 elixir \u5e94\u8be5\u662f\u76ee\u524d\u6700\u7b80\u5355\u65b9\u4fbf\u7684\u51fd\u6570\u5f0f\u8bed\u8a00\u4e86"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/fasti", 
        "name": "fasti", 
        "avatar": "https://cdn.v2ex.com/gravatar/4c094db9b46e2d0bae1ab5f912dc578a?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/216865", 
      "date_modified": "2015-08-29T16:02:10+00:00", 
      "content_html": "phoenix \u662f\u57fa\u4e8e elixir \uff08\u57fa\u4e8e erlang \uff09\u7684 web \u5f00\u53d1\u6846\u67b6\r<br />\r<br />\u80fd\u4e0d\u80fd\u5f00\u4e2a elixir \u8282\u70b9 @<a target=\"_blank\" href=\"/member/livid\">livid</a>", 
      "date_published": "2015-08-29T01:37:30+00:00", 
      "title": "phoenix framework \u4eca\u5929\u51cc\u6668\u5230 v1.0.0", 
      "id": "https://www.v2ex.com/t/216865"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/bruce", 
        "name": "bruce", 
        "avatar": "https://cdn.v2ex.com/avatar/beed/1360/383_large.png?m=1367293915"
      }, 
      "url": "https://www.v2ex.com/t/209922", 
      "date_modified": "2015-08-29T16:03:00+00:00", 
      "content_html": "<p><a target=\"_blank\" rel=\"nofollow\" href=\"http://blog.eood.cn/elixir?v2\">http://blog.eood.cn/elixir?v2</a></p>\n", 
      "date_published": "2015-07-31T11:16:41+00:00", 
      "title": "Elixir: \u7f16\u7a0b\u8bed\u8a00\u7684\u672a\u6765", 
      "id": "https://www.v2ex.com/t/209922"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/holsety", 
        "name": "holsety", 
        "avatar": "https://cdn.v2ex.com/avatar/f8ab/ea41/8965_large.png?m=1554002465"
      }, 
      "url": "https://www.v2ex.com/t/135687", 
      "date_modified": "2015-08-29T16:02:52+00:00", 
      "content_html": "<a target=\"_blank\" href=\"http://elixir-lang.org/blog/2014/09/18/elixir-v1-0-0-released/\" rel=\"nofollow\">http://elixir-lang.org/blog/2014/09/18/elixir-v1-0-0-released/</a>", 
      "date_published": "2014-09-25T10:11:15+00:00", 
      "title": "Elixir v1.0.0 released", 
      "id": "https://www.v2ex.com/t/135687"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Los", 
        "name": "Los", 
        "avatar": "https://cdn.v2ex.com/avatar/ec5d/ecca/127_large.png?m=1335022972"
      }, 
      "url": "https://www.v2ex.com/t/14055", 
      "date_modified": "2015-08-29T16:02:44+00:00", 
      "content_html": "rails core \u73b0\u4eca\u6700\u6d3b\u8dc3\u7684\u4e00\u4f4d\u6210\u5458\u5728 erlang \u8bed\u8a00\u57fa\u7840\u4e0a\u5f00\u53d1\u4e86\u4e00\u9762\u7c7bruby\u8bed\u8a00elixir\uff0c\u53ef\u4ee5\u8ba9\u7a0b\u5e8f\u5458\u4ee5ruby\u65b9\u5f0f\u5f00\u53d1erlang\u7a0b\u5e8f\r\n<br /><a href=\"https://github.com/josevalim/elixir\" rel=\"nofollow\">https://github.com/josevalim/elixir</a>\r\n<br />\r\n<br />elixir\u7684\u6027\u80fd\u6d4b\u8bd5\r\n<br />Hello world of Sinatra-like libraries on Elixir, Ruby and Node.js\r\n<br /><a href=\"https://gist.github.com/999390\" rel=\"nofollow\">https://gist.github.com/999390</a>", 
      "date_published": "2011-06-05T14:30:01+00:00", 
      "title": "elixir\u8bed\u8a00\uff0c\u4ee5ruby\u65b9\u5f0f\u5199erlang\u7a0b\u5e8f", 
      "id": "https://www.v2ex.com/t/14055"
    }
  ]
}