Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Clojure で Neo4j を使用したいのですが、公式の Neocons ライブラリは組み込みモードの Neo4j をサポートしていません。
組み込み用途では、 https://github.com/wagjo/borneoが最新のデータ実装であると思います。
次の 2 行のコード:
System.out.println(Arrays.toString("test".split("(?<!^)"))); System.out.println(Arrays.toString("test".split("(?!^)")));
それぞれが同じ出力を生成