0

I need to make a custom REPL, and spoiled by bpython/ipython I wonder if exist something similar to it?

I wish to provide colored output, history, code completion, as close to http://ballingt.com/2014/05/13/bpython-curtsies-release.html as possible.

Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249
mamcx
  • 15,916
  • 26
  • 101
  • 189

1 Answers1

0

Check out FSharp.Compiler.Services.

I don't know bpython, but this sounds reasonably close.

scrwtp
  • 13,437
  • 2
  • 26
  • 30
  • Is not a REPL for F#, is for make one IN F# for a custom language/utility – mamcx Jan 11 '15 at 19:17
  • @mamcx: edit your question then - there's not a word about a custom language in it and bpython is clearly a frontend to python interpreter. – scrwtp Jan 11 '15 at 20:58