<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>repl user options</title>
		<link>http://kogics.wikidot.com/forum/t-1061717/repl-user-options</link>
		<description>Posts in the discussion thread &quot;repl user options&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 10 Aug 2026 10:38:43 +0000</lastBuildDate>
		
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1061717#post-2175201</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-1061717/repl-user-options#post-2175201</link>
				<description></description>
				<pubDate>Tue, 09 Dec 2014 03:54:20 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You have access to the following in Kojo:</p> <p><tt>kojoInterp</tt> - the scala interpreter<br /> <tt>pcompiler</tt> - the scala presentation compiler<br /> <tt>compiler</tt> - the scala compiler</p> <p>You can use these to interpret code, and do reflection etc. These should be used from the default Kojo thread (and not from threads that you create in your script). Kojo also has a builtin <tt>interpret</tt> command that can be used from any thread.</p> <p>All of this is meant to be used only by <em>power</em> users!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1061717#post-2175166</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-1061717/repl-user-options#post-2175166</link>
				<description></description>
				<pubDate>Tue, 09 Dec 2014 02:36:16 +0000</pubDate>
				<wikidot:authorName>Matteo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>unfortunately those options are pretty much undocumented.<br /> From what I understood :power is used<br /> a) for dynamic interpretation of strings, e.g. intp.interpret(&quot;your command&quot;)<br /> b) for reflection: <a href="http://stackoverflow.com/questions/15678616/getting-type-information-inside-scala-repl-via-imain">http://stackoverflow.com/questions/15678616/getting-type-information-inside-scala-repl-via-imain</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1061717#post-2174413</guid>
				<title>Re: repl user options</title>
				<link>http://kogics.wikidot.com/forum/t-1061717/repl-user-options#post-2174413</link>
				<description></description>
				<pubDate>Mon, 08 Dec 2014 02:50:29 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Kojo uses the following mechanisms for running code:<br /> - the scala compiler (with a custom launcher), via the <em>Run</em> button; deprecation is on for the compiler.<br /> - the scala interpreter, via the <em>Run as Worksheet</em> button; deprecation is off for the interpreter.</p> <p>So deprecation should be on for you when run your code with the <em>Run</em> button.</p> <p>Power mode is a layer on top of the core scala interpreter. It is currently not included in Kojo.</p> <p>Btw, I have not used the power mode. What are the goodies it provides?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-1061717#post-2174335</guid>
				<title>repl user options</title>
				<link>http://kogics.wikidot.com/forum/t-1061717/repl-user-options#post-2174335</link>
				<description></description>
				<pubDate>Sun, 07 Dec 2014 23:01:24 +0000</pubDate>
				<wikidot:authorName>Matteo</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Hello Lalit,<br /> is it possible to start the scala repl in Kojo with options such as -deprecation, -power, etc.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>