2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

OCamlの学習をVSCode Remote Developmentで始めた

Posted at

OCamlの勉強をしたいと思い、まず環境を立ち上げようと思った。

というブラウザで動くRepl?サービスもあるらしいのだが、できれば使い慣れたVSCodeでやりたいなーと思ったので、構築してみる。

3行で立ち上げる

おしまい

使っているもの

  • VSCode Remote Development
    • https://code.visualstudio.com/docs/remote/remote-overview
    • VSCodeのインターフェースだけローカルで動かし、開発時に使うプログラム・環境は別のマシンで動かす、という技術
    • macOS/Windows両方でできるといいなーと思ったので使う
  • Dockerコンテナ
  • Ocaml Platform
    • https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform
    • VSCodeのプラグイン
    • VSCodeのプラグインは、Ocaml/ReasonML用がいくつも乱立しているようでどれを使えばよいのかよくわからなかったのだが、Qiitaでおすすめしている記事があったので、Ocaml Platformを使用
    • まだ未完成らしいが、初学者が学習用に使うなら大丈夫…そうな気がしている
    • ただし、エラーがでてもそれがプラグインの問題なのか自分の理解の問題なのかはわからない :innocent:
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?