Kulla feedbacks from HackTheTower

Mohan Radhakrishnan radhakrishnan.mohan at gmail.com
Fri May 22 08:34:53 UTC 2015


'final' is not valid. What is the reason ?

Thanks,
Mohan

-> final Map count =
s.chars().map(Character::toLowerCase).collect(TreeMap::new, (m, c) ->
m.merge((char) c, 1, Integer::sum), Map::putAll);
| Warning:
| Modifier ‘final’ not permitted in top-level declarations, ignored
| final Map count =
s.chars().map(Character::toLowerCase).collect(TreeMap::new, (m, c) ->
m.merge((char) c, 1, Integer::sum), Map::putAll);
| ^—^
| Added variable count of type Map with initial value {a=1, i=1, m=1, n=2}

On Fri, May 22, 2015 at 7:27 AM, Mani Sarkar <sadhak001 at gmail.com> wrote:

> @Robert, @all - there is some new feedback added to this doc -
>
> https://docs.google.com/document/d/1b236MW-cliUrmSWyVkBBs460Inh5lLcLvRsOmGThzlg/edit
> ,
> since the Java REPL hackday a couple of months ago.
>
> Please do take a look at it when you get a chance.
>
> +1 for implementing the feedback and making it available directly.
>
> Cheers,
> Mani
>
> On Tue, May 19, 2015 at 7:05 AM, Robert Field <robert.field at oracle.com>
> wrote:
>
> > Yes, kulla-dev at openjdk.java.net is the best place to discuss.
> >
> > For bug reports, we have switched to JBS like the rest of Java. File
> under
> > tools/ jshell.
> >
> > Love the idea of the jshell work book. My twelve year old niece asked me
> > Saturday to teach her how to program. And she wants to learn a "real"
> > language this time (taught her Alice last time). I thought, perfect, I
> can
> > use jshell... oops, no source materials.
> >
> > Thanks,
> > Robert
> >
> >
> >
> >
> > On May 18, 2015 9:21:21 AM Martijn Verburg <martijnverburg at gmail.com>
> > wrote:
> >
> >  Hi Greg,
> >>
> >> We've moved to the adoption-discuss mailing list (join via
> >> openjdk.java.net).
> >> I've also CC'd in kulla-dev so they know that your comments have been
> >> added.  Further responses inline.
> >>
> >> Cheers,
> >> Martijn
> >>
> >> On 18 May 2015 at 14:54, Greg Bakos <znurgl at gmail.com> wrote:
> >>
> >> > Hi,
> >> >
> >> > I was lucky enough to hack JShell on Saturday and I put my thoughts
> >> > into
> >> >
> >>
> https://docs.google.com/document/d/1b236MW-cliUrmSWyVkBBs460Inh5lLcLvRsOmGThzlg/edit
> >> > (search for Greg Bakos)
> >> >
> >> > Is there a better feedback platform?
> >> >
> >>
> >> kulla-dev mailing list is the best place going forwards.
> >>
> >>
> >> > I also wrote a blog about Kulla Project:
> >> >
> >> >
> >>
> https://znurgl.wordpress.com/2015/05/17/jshell-upcoming-java-repl-packed-into-jdk9/
> >>
> >>
> >> Cool!
> >>
> >>
> >> > I'm planning to continue my Kulla journey, I've got an idea:
> >> > https://github.com/znurgl/jshell-workbook. It could be a teaching
> >> > platform, like JShell in Action, break it into chapters and every
> >> > chapter would be a jshell setup, so a java student could dig into the
> >> > current lesson without having to worry too much about imports and
> >> > helper classes.
> >> >
> >>
> >> I don't see any reason why not, perhaps the kulla homepage could link to
> >> it
> >> as an early resource..
> >>
> >> Cheers,
> >> Martijn
> >>
> >>
> >> >
> >> > Greg
> >> >
> >> > --
> >> > -- You've received this message because you are subscribed to the
> Google
> >> > Groups Adopt OpenJDK group. To post to this group, send an email to
> >> > adopt-openjdk at googlegroups.com. To unsubscribe from this group, send
> an
> >> > email to adopt-openjdk+unsubscribe at googlegroups.com. For more
> options,
> >> > visit this group at
> >> > https://groups.google.com/d/forum/adopt-openjdk?hl=en-GB
> >> > ---
> >> > You received this message because you are subscribed to the Google
> >> Groups
> >> > "Adopt OpenJDK" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send
> >> an
> >> > email to adopt-openjdk+unsubscribe at googlegroups.com.
> >> > To post to this group, send an email to
> adopt-openjdk at googlegroups.com.
> >> > Visit this group at http://groups.google.com/group/adopt-openjdk.
> >> > For more options, visit https://groups.google.com/d/optout.
> >> >
> >>
> >
> >
> >
>
>
> --
> @theNeomatrix369 <http://twitter.com/theNeomatrix369>*  |  **Blog
> <http://neomatrix369.wordpress.com>**  |  *LJC Associate & LJC Advocate
> (@adoptopenjdk & @adoptajsr programs)
> *Meet-a-Project - *MutabilityDetector
> <https://github.com/MutabilityDetector>*  |  **Bitbucket
> <https://bitbucket.org/neomatrix369>* * |  **Github
> <https://github.com/neomatrix369>* * |  **LinkedIn
> <http://uk.linkedin.com/pub/mani-sarkar/71/a77/39b>*
> *Come to Devoxx UK 2015:* http://www.devoxx.co.uk/
>
> *Don't chase success, rather aim for "Excellence", and success will come
> chasing after you!*
>


More information about the adoption-discuss mailing list