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.
REPL の代わりとしてワークシートが好きですが、ワークシートに関数を実装し続け、それらを実際のプロジェクトにコピーし直しています。現在のプロジェクトからパッケージをインポートして、ワークシートでこれらの関数を呼び出すにはどうすればよいですか?
特別なことは何もありません。ワークシートで必要なパッケージを定期的にインポートするだけです。例えば:
import com.acme.myproject._
ワークシートは完全に通常のソース ファイルであり、保存時に凝った方法で評価されるだけです。