From bdbaa1fea74988d73131d84c3eb49e096b81d929 Mon Sep 17 00:00:00 2001 From: Maria Livia Chiorean Date: Mon, 22 Jan 2018 22:15:18 +0000 Subject: [PATCH 1/2] GSoC proposal: REPL modernisation As per Adriaan's [suggestion](https://contributors.scala-lang.org/t/google-summer-of-code-2018-call-for-project-ideas/1483/2). I'd be interested to learn more about the REPL and also mentor a student if any interested. --- gsoc/2018.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gsoc/2018.md b/gsoc/2018.md index 491bf6d0e..405a78f8c 100644 --- a/gsoc/2018.md +++ b/gsoc/2018.md @@ -143,6 +143,15 @@ allow Bloop to communicate with other tools and develop the new client. Supervised by [@Duhemm](https://github.com/Duhemm). +### REPL modernisation + +The [Scala REPL](http://docs.scala-lang.org/overviews/repl/overview.html) is a tool for evaluating +expressions. This project is going to aim at making the REPL more modern and easier for programmers +to use. We're going to work on features like multi-line editing or watch variables that update +as you work on your program. We're going to start small and go from there. + +Supervised by @marialivia16(http://github.com/marialivia16). + ### Project name Project description. From 2777181a691e5fe563322503baf6d858ec87491a Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 23 Jan 2018 15:51:51 +0100 Subject: [PATCH 2/2] typo fix --- gsoc/2018.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsoc/2018.md b/gsoc/2018.md index 405a78f8c..5fc479a34 100644 --- a/gsoc/2018.md +++ b/gsoc/2018.md @@ -150,7 +150,7 @@ expressions. This project is going to aim at making the REPL more modern and eas to use. We're going to work on features like multi-line editing or watch variables that update as you work on your program. We're going to start small and go from there. -Supervised by @marialivia16(http://github.com/marialivia16). +Supervised by [@marialivia16](http://github.com/marialivia16). ### Project name