On Tue, 2007-07-17 at 13:06 -0700, Raoul Duke wrote: > hi, > > Is there a form of REPL for Felix per chance? (Skimming the docs I > didn't notice one just yet.)
What's a REPL? (googles .. ) ah Read Eval Print Loop. Nope. Felix is a compiler, not an interpreter. I have thought about and tried to make an IDE like: [Edit Window] [Exec Window] So you would type stuff in the edit window and click a button, and it runs in the Exec window. That way you could incrementally develop code .. Felix would still have to compile the lot every time though. The problem is .. Emacs and Gvim can already do this.. so why do all that work and have a substandard text editor? -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language