This year's European Lisp Symposium is co-located with . I
am looking forward to meet some Racketeers there as well. And, of
course, I am looking forward to Matthew Flatt's guest appearance. Kind
regard, Daniel.
Weitergeleitete Nachricht
Betreff: [ELS] [Reminder CfP] ELS 2019, 12
Weitergeleitete Nachricht
Betreff: [ELS] [CfP] 12th European Lisp Symposium, April 1-2 2019,
Genova, Italy
Datum: Wed, 31 Oct 2018 11:32:09 +0100
Von: Didier Verna
An: ELS Conference
ELS'19 - 12th European Lisp Symposium
Hotel Bris
> with java based frameworks like Spring Boot for developing
> Microservices? Do you see organizations adopting Racket or Racket based
> languages slowly?
We are providing services on Amazon Web Services for handling the data
of sensors (less than 2,000) in the oil and gas market. Several
componen
Hello Richard,
I am not a lawyer but maybe need to send some documents to courts in the
near future. I thought about some support for creating and sending
documents as well. My initial idea was to extend Pollen
(http://docs.racket-lang.org/pollen/index.html). Maybe that could be a
starting point f
Am 26.02.2018 um 17:42 schrieb Matthias Felleisen:
>
> https://cacm.acm.org
>
> Hi everyone, Racket made the cover page of the Communications of the ACM, the
> ACM’s flagship magazine.
That's great. Congratulations to all who took part. I'll have a look
into it.
Best wishes,
Daniel
--
You
Hello Christopher:
Am 26.02.2018 um 17:56 schrieb Christopher Lemmer Webber:
> Hello all,
>
> Morgan Lemmer-Webber and I are planning a workshop to teach Racket to
> (currently) non-programmer academics in the humanities on March 23rd
> (right before the Libreplanet conference) in the Boston area
Just a x-post for the European Lisp Symposium. Racketeers are welcome! :-)
Kind regards,
Daniel
Weitergeleitete Nachricht
Betreff: [ELS] [CfP] ELS 2018, April 16-17, Marbella, Spain
Datum: Tue, 13 Feb 2018 13:35:50 +0100
Von: Didier Verna
An: ELS Conference
Re
Hello:
We have an application on Windows that can be extended with .Net
components (DLL). We mostly use C# for this purpose. Our idea now is to
"embed" Racket into one of these components.
After reading the documentation of the FFI and de C API I am unsure what
may a good way to accomplish that.
ELS (European Lisp Symposium) is Racket-friendly. There were several
Racket related talks/topics the last conferences. Kind regards, Daniel.
Weitergeleitete Nachricht
Betreff: [ELS] 2018 news
Datum: Wed, 25 Oct 2017 15:52:07 +0200
Von: Didier Verna
An: ELS Conference
Hello
Am 13.10.2017 um 00:20 schrieb Andrew Gwozdziewycz:
> Racket doesn't play well with existing code bases (except C things)
> and so my hypothesis is simply that to gain adoption of Racket, you
> need to solve problems that aren't in the "production path." Good
> thing there are *lots* of those! All
Hello,
when I used LaTeX/beamer I used beamer solely for the slides and
produced a seperate handout with LaTeX.
I switched to slideshow/pict recently but it takes a lot of time for me
to prepare the presentation due to my missing skills in using pict.
Best wishes,
Daniel
Am 16.09.2017 um 16:08
Am 22.08.2017 um 20:00 schrieb Alexander Shopov:
> Hmm, what about the Netherlands? Anyone willing to meet?
> @Daniel Brunner: Are you in Wetzlar?
Near Wetzlar, it's about 45 minutes by car.
> Anyone else around hereabouts?
> Kind regards:
> al_shopov
Best wishes, Daniel
-
Hey Matthew,
I live in Germany and use Racket for teaching students, teaching our
apprentices (dual education system in Germany) and use it "in
production" for some tasks.
Best wishes,
Daniel
Am 22.08.2017 um 15:15 schrieb Matthew Eric Bassett:
> Hi all,
>
> Gutted I can't make it to RacketCon
Hey,
just to add another idea:
>
> Don't be scared away from coding your own Scheme from scratch. A whole
> lot of them got started that way, because it's easy to code your own (If
> you borrow existing approaches for garbage collection and evaluation
> with tail calls), then do something diffe
Am 28.04.2017 um 08:07 schrieb Alex Harsanyi:
>
> In the end, the start up time does not bother me too much, as it is a GUI
> application and I spend a lot of time using it after starting it up, so the 7
> second wait is acceptable. I have other, more interesting, application
> features to wor
Hey,
Am 20.04.2017 um 18:30 schrieb Lawrence Bottorff:
> Is there a version of Racket for Android yet?
>
Jay McCarthy did this: https://github.com/jeapostrophe/racket-android
I haven't tried it yet.
Best wishes,
Daniel
--
You received this message because you are subscribed to the Google Gro
Hi Marc,
I used this setup several times.
Marc Kaufmann hat am 1. April 2017 um 23:01
geschrieben:
location / {
try_files proxy_pass http:///127.0.0.1:8080;
}
I think you should omit the "try_files". I think it should read:
location / {
proxy_pass http:///127.0.0.1:8080;
}
Best wishes,
Da
Just a short x-post from the ELS mailing list:
Datum: Fri, 03 Mar 2017 15:25:26 +0100
Von: Didier Verna
An: ELS Conference
ELS'17 - 10th European Lisp Symposium
VUB - Vrije Universiteit Brussel
Belgium
Hi,
that's a great idea. I'd like to order some at a local supplier for
distributing them in Germany/Europe.
Are there any legal issues to consider? (I did not find anything in the
documentation.)
Kind regards,
Daniel
Am 24.01.2017 um 22:15 schrieb Ben Greenman:
> Hi Racket Users,
>
> I ordere
Well, it depends a bit on your use case. I use Scribble nowadays for a
lot of documentation tasks (taking notes at meetings with customer,
documentation of software, technical papers, business related
documents). I even managed to get Scribble to use our company's LaTeX
class.
Am 25.01.2017 um 18:
Hi,
please find attached a CfP for the 10th European Lisp Symposium. Last
year we had several submissions that covered Racket.
I am going to come to Brussels and would love to meet some Racketeers.
Best wishes,
Daniel
Weitergeleitete Nachricht
Betreff: [ELS] 10th European Lisp
Hi Meino,
I run Racket on my Raspberry Pi (version 2 and 3)[*]. I download unix
source + built packages and build the "core" following the instructions
in src/README:
https://github.com/racket/racket/blob/master/racket/src/README
Basically it's just:
mkdir build
cd build
../configure
make
make
Hi Meino,
have a look at this FAQ:
http://docs.racket-lang.org/pkg/FAQ.html#%28part._.How_can_.I_install_a_package_without_its_documentation_%29
For some packages there exist two "sub" packages: One with "...-lib"
which does not contain any documentation and does not depend on scribble
etc. and
Am 13.07.2016 um 13:31 schrieb Jack Firth:
> On Tuesday, July 12, 2016 at 8:20:55 PM UTC-7, m4burns wrote:
>>
>> Enjoy!
>>
>> Marc
>
> This is fantastic! I'm glad somebody figured out how to do this. Those more
> familiar with Racket's internals can comment on what implications using musl
> has,
The easiest would be to download source+built packages (because then
only the "core" gets build) from the homepage. Then un"tar"/zip it and
there should be a ./src directory. The ./src/README file explains very
good how to build on different platforms.
Daniel
Am 13.05.2016 um 16:35 schrieb James
Am 19.03.2016 um 17:03 schrieb sagar tripathy:
> i am trying to make a software with Racket for generic use . Or ,you can say
> a complete setup for system without "DRracket" or "minimal Racket" . I do not
> know the way to achieve it.
>
Hi, what kind of OS and platform are you using?
Perhaps
Hi Alvarao,
Am 05.02.2016 um 15:59 schrieb Alvaro Antolinez:
> Hi all,
>
[...]
>
> this works so far, but when I try to use
>
> (command my-path)
>
> to launch the executable dr. Racket says this:
> command: unbound identifier in module
>
you might want to consider using something like (s
Am 07.01.2016 um 21:08 schrieb DonRyuDragoni:
> (...)
>
> Well, not the extremely good news I hoped for, but anything helps. I still
> have hopes for a brighter (and easier) cross-compilable future, and I'll wait
> anxiously for it.
I did some experiments with Wine on Linux to cross-compile to
e library I linked to is very
> good for just authentication. The posts prior to your question contain
> this information, so what are you asking?
>
> Jay
>
> On Sat, Dec 26, 2015 at 8:33 AM, Daniel Brunner wrote:
>> Btw, what's the "standard" way to handle cooki
Btw, what's the "standard" way to handle cookies? I learned from the
documentation one should use the net-cookies package?
(I am writing a small http client script and need to handle the
authentication cookies as well).
Kind regards,
Daniel
Am 24.12.2015 um 15:50 schrieb Marc Kaufmann:
> In shor
tall the built package in `--binary-lib` mode on your target
> environment. More generally, you could script the process of extracting
> built packages and assembling them into a catalog. A tool like that
> might be useful to others, too.
>
> At Tue, 10 Nov 2015 10:10:57 +0100, Daniel
>
> Just built a monitoring system for a solar house using a server written in
> Racket. No MQTT, though, we just used plain old HTTP request-based messaging,
> and it worked fine.
Yeah, that was my first attempt as well. I have written it in Common
Lisp several months ago. For teaching purpose
s having fun with
> Tony's bitsyntax library.
>
> Cheers,
> Matt
>
>
> On Tue, Nov 10, 2015 at 6:13 AM, Daniel Brunner wrote:
>> Hi,
>>
>> has anybody done some "Internet of Things" stuff with Racket? I am
>> looking for some applications whi
Hi,
has anybody done some "Internet of Things" stuff with Racket? I am
looking for some applications which use e.g. MQTT[*] either as a broker
or client and I couldn't find anything on the internet or in the group.
Any help or suggestions would be nice.
Best wishes,
Daniel
[*] https://en.wikiped
Hello,
I have a minimal installation of Racket and want to install a package
(Greg's aws package to name it) without its documentation. Otherwise
packages are installed. In the "info.rkt" there are "deps" and
"build-deps"
(https://github.com/greghendershott/aws/blob/master/info.rkt). After
reading
Hi,
I try to help and hope I do not mess things up. I found those start up
things a bit tricky as well.
The main question is: What is available when you want to eval with the
-e option? (more technically: what bindings does your current namespace
provide at that point?)
The concept of name
What's really strange to me is that many versions of this program raise
the expected "car: contract violation" error. For example, try changing
the buggy line to `(values x y)` or `(values x x)` or even `(values (+
y) (+ x))`.
Yeah, that's strange. I can confirm a segfault with v6.2 on Linux x8
Am 04.09.2015 um 04:58 schrieb Robby Findler:
> This a fantastic! Thank you for the access to old versions of Racket.
>
Yes, thanks for providing the images. I tested a bit and it worked very
well. I like the idea of the "ONBUILD" images.
Daniel.
--
You received this message because you are su
Am 03.09.2015 um 08:07 schrieb Jack Firth:
> I've attempted to compile from source in an alpine image, but with no
> success. There's a bit too much arcane magic there for me to figure out how
> to do that.
>
Perhaps you could provide your Dockerfile etc. on Github so others could
look into it
Am 03.09.2015 um 07:19 schrieb Rickard Andersson:
> I've previously tried to minimize the build without any success, so if
> you can make a base image using only busybox or alpine linux without any
> problems that'd obviously be preferable.
I would welcome that as well. I was doing some experiment
40 matches
Mail list logo