[racket-users] Call for Tutorial Proposals: ICFP 2019

2019-03-27 Thread 'Sam Tobin-Hochstadt' via users-redirect
  CALL FOR TUTORIAL PROPOSALS

ICFP 2019

 24th ACM SIGPLAN International Conference on Functional Programming





   August 18 - 23, 2019 

  Berlin, Germany

https://icfp19.sigplan.org/



The 24th ACM SIGPLAN International Conference on Functional Programming

will be held in Berlin, Germany on August 18-23, 2019.

ICFP provides a forum for researchers and developers to hear about the 

latest work on the design, implementations, principles, and uses of 

functional programming.



Proposals are invited for tutorials, lasting approximately 3 hours each,

to be presented during ICFP and its co-located workshops and other

events. These tutorials are the successor to the CUFP tutorials from

previous years, but we also welcome tutorials whose primary audience is

researchers rather than practitioners. Tutorials may focus either on a

concrete technology or on a theoretical or mathematical tool. Ideally,

tutorials will have a concrete result, such as "Learn to do X with Y"

rather than "Learn language Y". 



Tutorials may occur after ICFP co-located with the associated 

workshops, from August 22 till August 23. 



--



Submission details

 Deadline for submission: May 10th, 2019

 Notification of acceptance:  May 17th, 2019



Prospective organizers of tutorials are invited to submit a completed

tutorial proposal form in plain text format to the ICFP 2018 workshop

co-chairs (Jennifer Hackett  and Christophe Scholliers), via email to



 icfp-workshops-2...@googlegroups.com



by May 10th, 2019. Please note that this is a firm deadline.



Organizers will be notified if their event proposal is accepted by

May 17, 2019.



The proposal form is available at:



http://www.icfpconference.org/icfp2019-files/icfp19-tutorials-form.txt



--



Selection committee



The proposals will be evaluated by a committee comprising the

following members of the ICFP 2019 organizing committee.



 Tutorials Co-Chair: Jennifer Hackett(University of Nottingham)

 Tutorials Co-Chair: Christophe Scholliers(University of Ghent)

 General Chair:  Derek Dreyer (MPI-SWS) 

 Program Chair:  François Pottier  ( Inria, France)





--



Further information



Any queries should be addressed to the tutorial co-chairs (

Jennifer Hackett and Christophe Scholliers), via email to 

icfp-workshops-2...@googlegroups.com

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Example "RealWorld" web application

2019-03-27 Thread Philip McGrath
The RealWorld  project defines a simple but realistic
client–server web application (a Medium-like blogging platform) for
different front- and back-end frameworks to implement as an extended
tutorial example. The API is standardized, so different front- and
back-ends can be used interchangeably. (The rationale was announced here
.)

I think an example implementation in Racket would be a great way to get
some visibility for Racket in the web development community. I would see it
as complementary to Continue .
(Maybe part or all of it could even be a literate program?)

I've made a stub repository at
https://github.com/liberalartist/racket-realworld-example-app in the hope
of doing some work on this in my spare time. If anyone is interested in
collaborating, please get in touch!

-Philip

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Claim free Discourse hosting for open source projects?

2019-03-27 Thread Jack Rosenthal
On Tue, 26 Mar 2019 at 21:00 -0700, jestar...@gmail.com wrote:
> https://blog.discourse.org/2018/11/free-hosting-for-open-source-v2/
> 
> A lot of open source projects are transitioning to Discourse from
> google groups. Discourse is an open source discussion platform and it
> seems that Racket qualifies for free discourse hosting. Discourse has
> a good feature set of reducing duplicate questions, better search and
> so much more, see here: https://www.discourse.org/features 

While I can't speak for everyone on this list, I think there are quite a
few folks interested in keeping all the list archives... there was a
discussion about that a little while ago.

I don't think Google Groups is going away any time soon... looks like
there's some new settings and API changes forthcoming.

[For all legal purposes, I'm not speaking on behalf of Google with that
statement.]

-- 
Jack M. Rosenthal
http://jack.rosenth.al

BREAKFAST.COM Halted... Cereal Port Not Responding.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread zeRusski
That's it! Thank you Philip and Jay


On Wednesday, 27 March 2019 12:48:37 UTC, Philip McGrath wrote:
>
> You'll want to look at `parser-tools/lex-sre`: 
> https://docs.racket-lang.org/parser-tools/Lexers.html#(mod-path._parser-tools%2Flex-sre)
> -Philip
>
>
> On Wed, Mar 27, 2019 at 8:45 AM zeRusski  > wrote:
>
>> No wait. I meant SRE-like to match strings, not TRX to match trees. 
>> Messed up there, sorry
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Racket Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to racket-users...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread Jay McCarthy
https://docs.racket-lang.org/parser-tools/Lexers.html#%28part._.Lexer_.S.R.E_.Operators%29

On Wed, Mar 27, 2019 at 8:45 AM zeRusski  wrote:
>
> No wait. I meant SRE-like to match strings, not TRX to match trees. Messed up 
> there, sorry
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
-=[ Jay McCarthy   http://jeapostrophe.github.io]=-
-=[ Associate ProfessorPLT @ CS @ UMass Lowell ]=-
-=[ Moses 1:33: And worlds without number have I created; ]=-

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread Philip McGrath
You'll want to look at `parser-tools/lex-sre`:
https://docs.racket-lang.org/parser-tools/Lexers.html#(mod-path._parser-tools%2Flex-sre)
-Philip


On Wed, Mar 27, 2019 at 8:45 AM zeRusski  wrote:

> No wait. I meant SRE-like to match strings, not TRX to match trees. Messed
> up there, sorry
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread Matt Jadud
I found this:

https://github.com/cordarei/racket-trx

Cheers,
M


On Wed, Mar 27, 2019 at 8:18 AM zeRusski  wrote:

> I swear someone told me there was a Racket lib equivalent of Emacs Lisp rx
> or Shivers's trx regular expressions, yet I failed to find one. Any
> pointers?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Does Racket have a sexp-syntax regular expressions?

2019-03-27 Thread zeRusski
I swear someone told me there was a Racket lib equivalent of Emacs Lisp rx 
or Shivers's trx regular expressions, yet I failed to find one. Any 
pointers?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] [TFPIE'19] Call for papers: Trends in Functional Programming in Education 2019, 11 June 2019, Vancouver, BC, CA

2019-03-27 Thread p.achten
TFPIE 2019 Call for papers
http://www.staff.science.uu.nl/~hage0101/tfpie2019/index.html
(June 11th, University of British Columbia, Vancouver Canada, co-located 
with TFP 2019)

TFPIE 2019 welcomes submissions describing techniques used in the 
classroom, tools used 
in and/or developed for the classroom and any creative use of functional 
programming (FP) 
to aid education in or outside Computer Science. Topics of interest 
include, but are not 
limited to:

  FP and beginning CS students
  FP and Computational Thinking
  FP and Artificial Intelligence
  FP in Robotics
  FP and Music
  Advanced FP for undergraduates
  FP in graduate education
  Engaging students in research using FP
  FP in Programming Languages
  FP in the high school curriculum
  FP as a stepping stone to other CS topics
  FP and Philosophy
  The pedagogy of teaching FP
  FP and e-learning: MOOCs, automated assessment etc.
  Best Lectures Ð more details below

In addition to papers, we are requesting best lecture presentations. What's 
your
best lecture topic in an FP related course? Do you have a fun way to 
present FP
concepts to novices or perhaps an especially interesting presentation of a
difficult topic? In either case, please consider sharing it. Best lecture 
topics
will be selected for presentation based on a short abstract describing the
lecture and its interest to TFPIE attendees. The length of the presentation
should be comparable to that of a paper. On top of the lecture itself, 
the presentation can also provide commentary on the lecture.

Submissions
Potential presenters are invited to submit an extended abstract (4-6 pages) 
or a
draft paper (up to 16 pages) in EPTCS style. The authors of accepted
presentations will have their preprints and their slides made available on 
the
workshop's website. Papers and abstracts can be submitted via easychair at 
the
following link: 

https://easychair.org/conferences/?conf=tfpie2019 

After the workshop, presenters will be invited to submit (a revised version 
of) 
their article for review. The PC will select the best articles that will be 
published in the Electronic Proceedings in Theoretical Computer Science 
(EPTCS).
Articles rejected for presentation and extended abstracts will not be 
formally
reviewed by the PC.

Dates
Submission deadline:  May  14th 2019, Anywhere on Earth.
Notification: May  20th
Workshop: June 11th
Submission for formal review: August 18th 2019, Anywhere on Earth
Notification of full article: October 6th
Camera ready: November 1st
 

Program Committee

Alex Gerdes   - University of Gothenburg / Chalmers
Jurriaan Hage (Chair) - Utrecht University
Pieter Koopman- Radboud University, the Netherlands
Elena Machkasova  - University of Minnesota, Morris, USA
Heather Miller- Carnegie Mellon University and EPFL Lausanne
Prabhakar Ragde   - University of Waterloo, Waterloo, Ontario, Canada
Simon Thompson- University of Kent, UK
Sharon Tuttle - Humboldt State University, Arcata, USA

Note: information on TFP is available at https://www.tfp2019.org/index.html

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.