There are some errors with crypto.plt with the latest versions of OpenSSL.
I think AES should work okay, except for CTR mode, which is not supported
by the default installation of OpenSSL. If you have any problem, I have a
forked version of crypto.plt that works with later versions of OpenSSL. I
pu
Unfortunately, this seems not to work with Typed Racket. I'm not
quite sure why -- something is going wrong in how it tries to figure
out the types of the internal variables generated by the expansion of
`match'. I will look into this further, thanks for letting me know.
On Fri, Apr 13, 2012 at
Off topic. I found the following pretty interesting.
http://www.chris-granger.com/2012/04/12/light-table---a-new-ide-concept/
Racket Users list:
http://lists.racket-lang.org/users
On Sun, Apr 15, 2012 at 2:56 PM, Neil Van Dyke wrote:
> Harry Spier wrote at 04/15/2012 03:39 PM:
>
>> Thanks Robby. Where in the documentation can I find
>> "get-start-position" and "set-position" methods. I don't see them in
>> the "DrRacket: The Racket Programming Environment" document.
>
>
>
Harry Spier wrote at 04/15/2012 03:39 PM:
Thanks Robby. Where in the documentation can I find
"get-start-position" and "set-position" methods. I don't see them in
the "DrRacket: The Racket Programming Environment" document.
If you search for those keywords in the Racket Documentation
("http:
Olwe Melwasul wrote at 04/15/2012 02:20 PM:
I'm a total beginner, but I've read extensively about Scheme and Lisp.
I was wondering, does the racket repl behave like the CL repl, i.e.,
can you do those amazing on-the-fly adding new code tricks I've read
about with Lisp? I read the "Lisp at JPL"
Thanks Robby. Where in the documentation can I find
"get-start-position" and "set-position" methods. I don't see them in
the "DrRacket: The Racket Programming Environment" document.
Harry
On 4/15/12, Robby Findler wrote:
> If you've got the insertion part working, all you should need to do is
If you've got the insertion part working, all you should need to do is
call the get-start-position and set-position methods.
Robby
On Sun, Apr 15, 2012 at 2:03 PM, Harry Spier wrote:
> Dear list members,
>
> I want to create a DrRacket keybinding that will produce #||#
> but will also reposit
Dear list members,
I want to create a DrRacket keybinding that will produce #||#
but will also reposition the cursor position between the two upright
bars. i.e. #||# .
Can someone show me how to do this.
Thanks in advance,
Harry Spier
Racket Users list:
http://lists.
I'm a total beginner, but I've read extensively about Scheme and Lisp. I
was wondering, does the racket repl behave like the CL repl, i.e., can you
do those amazing on-the-fly adding new code tricks I've read about with
Lisp? I read the "Lisp at JPL" article with the amazing feats of repl
daring he
Rüdiger Asche wrote at 04/15/2012 11:13 AM:
in my Racket code, I need to crypt/decrypt chunks of data using the
AES algorithm.
I call "openssl" executable from Racket for most crypto algorithms.
"openssl" is used widely, it's fast, and I can keep the native code in
separate host processes (fo
On Sun, 2012-04-15 at 17:13 +0200, Rüdiger Asche wrote:
> [...]
> in my Racket code, I need to crypt/decrypt chunks of data using the
> AES algorithm. I couldn't find anything in the docs about encryption
> support; did I miss something or hasn't this been done yet? If it has,
> does anyone have a
Hi there,
in my Racket code, I need to crypt/decrypt chunks of data using the AES
algorithm. I couldn't find anything in the docs about encryption support; did I
miss something or hasn't this been done yet? If it has, does anyone have a
pointer?
Thanks!
Racket Users list
13 matches
Mail list logo