Skip to content

Commit f95bc90

Browse files
committed
Changed look of repl
1 parent 5900a29 commit f95bc90

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

src/main/scala/org/kuleuven/esat/bayesLearn.scala

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import scala.tools.nsc.Settings
66

77

88
object bayesLearn extends App {
9+
910
override def main(args: Array[String]) = {
1011
val repl = new ILoop {
11-
override def prompt = "scala> "
12+
override def prompt = "bayeslearn>"
1213

1314
addThunk {
1415
intp.beQuietDuring {
@@ -20,11 +21,29 @@ object bayesLearn extends App {
2021
}
2122

2223
override def printWelcome() {
23-
echo("Welcome to Bayes Learn \n\n")
24-
echo("\n" +
25-
" \\,,,/\n" +
26-
" (o o)\n" +
27-
"-----oOOo-(_)-oOOo-----")
24+
echo(" ___ ___ ___ ___ ___ ___ "+
25+
" ___ ___ ___ ___ \n /\\ \\ /\\ \\ "+
26+
"|\\__\\ /\\ \\ /\\ \\ /\\__\\ /\\ \\ /\\ \\"+
27+
" /\\ \\ /\\__\\ \n /::\\ \\ /::\\ \\ |:| | "+
28+
"/::\\ \\ /::\\ \\ /:/ //::\\ \\ /::\\ \\ /::\\ \\ "+
29+
" /::| | \n /:/\\:\\ \\ /:/\\:\\ \\ |:| | /:/\\:\\ \\ /:/\\ \\"+
30+
" \\ /:/ //:/\\:\\ \\ /:/\\:\\ \\ /:/\\:\\ \\ /:|:| | \n "+
31+
"/::\\~\\:\\__\\ /::\\~\\:\\ \\ |:|__|__ /::\\~\\:\\ \\ _\\:\\~\\ \\ \\ "+
32+
" /:/ //::\\~\\:\\ \\ /::\\~\\:\\ \\ /::\\~\\:\\ \\ /:/|:| |__ \n /:/\\:\\ "+
33+
"\\:|__|/:/\\:\\ \\:\\__\\ /::::\\__\\/:/\\:\\ \\:\\__\\/\\ \\:\\ \\ \\__\\ "+
34+
"/:/__//:/\\:\\ \\:\\__\\/:/\\:\\ \\:\\__\\/:/\\:\\ \\:\\__\\/:/ |:| /\\__\\\n \\:"+
35+
"\\~\\:\\/:/ /\\/__\\:\\/:/ //:/~~/~ \\:\\~\\:\\ \\/__/\\:\\ \\:\\ \\/__/ "+
36+
" \\:\\ \\\\:\\~\\:\\ \\/__/\\/__\\:\\/:/ /\\/_|::\\/:/ /\\/__|:|/:/ /\n \\:\\ "+
37+
"\\::/ / \\::/ //:/ / \\:\\ \\:\\__\\ \\:\\ \\:\\__\\ \\:\\ "+
38+
" \\\\:\\ \\:\\__\\ \\::/ / |:|::/ / |:/:/ / \n \\:\\/:/ / "+
39+
"/:/ / \\/__/ \\:\\ \\/__/ \\:\\/:/ / \\:\\ \\\\:\\ \\/__/ "+
40+
" /:/ / |:|\\/__/ |::/ / \n \\::/__/ /:/ / "+
41+
" \\:\\__\\ \\::/ / \\:\\__\\\\:\\__\\ /:/ / |:| "+
42+
" | /:/ / \n ~~ \\/__/ \\/__/ \\/__/ "+
43+
" \\/__/ \\/__/ \\/__/ \\|__| \\/__/ ")
44+
45+
echo("\nWelcome to Bayes Learn v 0.11\nInteractive Scala shell\n")
46+
echo("STADIUS ESAT KU Leuven (2015)\n")
2847
}
2948
}
3049
val settings = new Settings

0 commit comments

Comments
 (0)