Can fsi.exe (F# interactive) have a profile. so that in the profile I can open namespaces like System by default?
today after launching fsi.exe I always have to do open System;; manually!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you can use
http://msdn.microsoft.com/en-us/library/dd233172.aspx
http://msdn.microsoft.com/en-us/library/dd233175.aspx