Re: [racket-users] Racket News - Happy Birthday Issue (25)

2020-02-04 Thread Alexander Shopov
Happy, happy birthday and kudos! На вт, 4.02.2020 г. в 10:21 Paulo Matos написа: > Hi, > > Racket News Issue 25 is here - Happy Birthday to RN. > > https://racket-news.com/2020/02/racket-news-issue-25.html > > Enjoy, > > Paulo Matos > > -- > You received this message because you are subscribed

Re: [racket-users] Re: i18n / translations

2019-10-12 Thread Alexander Shopov
You're overgeneralising. Po-files support more things than string constants format however that is not important in the context of translating Racket. You can convert string constants to po, translate and then convert back. Comments can become translator comments. Pointers can be modelled with

Re: [racket-users] Re: i18n / translations

2019-10-02 Thread Alexander Shopov
t plurals and contexts. Or do you mean something > else? > > вторник, 1 октября 2019 г., 16:06:35 UTC+5 пользователь Alexander Shopov > написал: >> >> We should be able to convert to and from po format to racket's own one. >> >> На вт, 1.10.2019 г. в 11:11 ч. Bogd

Re: [racket-users] Re: i18n / translations

2019-10-01 Thread Alexander Shopov
We should be able to convert to and from po format to racket's own one. На вт, 1.10.2019 г. в 11:11 ч. Bogdan Popa написа: > This is great! Thank you. > > Roman Klochkov writes: > > > Now we have gettext: https://docs.racket-lang.org/gettext/index.html > > > > суббота, 9 февраля 2019 г.,

Re: [racket-users] Racket News - Issue 15

2019-09-02 Thread Alexander Shopov
Thanx a lot, esp. the new section - Racket Project Statistics Regards: al_shopov На пн, 2.09.2019 г. в 22:52 ч. Paulo Matos написа: > Issue 15 is here! > > https://racket-news.com/2019/09/racket-news-issue-15.html > > Enjoy, > > -- > Paulo > > -- > You received this message because you are

Re: [racket-users] Re: Is it possible to sell commercial use rights to an open source Racket package?

2019-08-23 Thread Alexander Shopov
The part "earning what other people are doing to earn money independently using Racket." is interesting in itself - people may answer while you may check presentations at RacketConf where there are comercial usages of Racket. Take my answer with a large pinch of salt but here is gist: The

[racket-users] Fwd: Racket featured in LWN

2019-08-09 Thread Alexander Shopov
-- Forwarded message - From: Alexander Shopov Date: Fri, 9 Aug 2019, 11:37 Subject: Racket featured in LWN To: Racket Users This week's edition of Linux Weekly News features an article about Racket by Jake Edge: Racket: Lisp for learning Have a look: https://lwn.net

[racket-users] Racket featured in LWN

2019-08-09 Thread Alexander Shopov
This week's edition of Linux Weekly News features an article about Racket by Jake Edge: Racket: Lisp for learning Have a look: https://lwn.net/SubscriberLink/795385/2fe3529b76fae7c9/ Kind regards: al_shopov -- You received this message because you are subscribed to the Google Groups "Racket

Re: [racket-users] Re: The case, and a proposal, for elegant syntax in #lang racket2

2019-07-25 Thread Alexander Shopov
To whoever will implement a new syntax forRacket, may I give the following resources. I really hope they are widely known and I am just stating the obvious common knowledge. There have been previous attempts of using an alternative syntax: * M-expresisons - dating to the original McCarthy Lisp

Re: [racket-users] Racket News - Issue 6

2019-04-18 Thread Alexander Shopov
And a bit more popularity - there will be links from Linux Weekly News: Announcements -> Newsletters -> Developement to the news letter: Current edition - https://lwn.net/Articles/785683/, will be publicly available next week. Here is how it looks like: Development * Emacs News (April 15) *

[racket-users] Can someone fix links to slides in https://con.racket-lang.org/?

2018-11-09 Thread Alexander Shopov
All links to slides are broken They point to (example) slides/jesse-tov.pdf which the browser turns to http://slides/jesse-tov.pdf and there is nothing at that address. There is nothing on https://con.racket-lang.org/slides/jesse-tov.pdf either Kind regards: al_shopov -- You received this

Re: [racket-users] 2018 SIGPLAN Software Award

2018-09-27 Thread Alexander Shopov
This is well earned and long due! На чт, 27.09.2018 г. в 0:53 ч. Matthew Flatt написа: > Dear Racketeers, > > Racket has just received the > >2018 ACM SIGPLAN Software Systems Award > > We are honored by this award, but it belongs to more than the core > group of people named in the

Re: [racket-users] Re: Getting young children started with Racket

2018-03-05 Thread Alexander Shopov
Lets not meander off the question, shall we? For an intro to programming - quickly seeing what and why happens trumps things like S-expressions vs identation, functional vs imperative, name it. What matters is that kids can form some mental model of what is happening and why. Thus feedback

Re: [racket-users] #lang rust

2018-02-21 Thread Alexander Shopov
What about totally different approach to Rust and Racket interaction: Racket is trying to move to Chez Scheme. https://blog.racket-lang.org/2018/01/racket-on-chez-status.html The C part of Chez Scheme is about 16k lines. Translating (at least) some of that to Rust might be an interesing project.

Re: [racket-users] European Racketeers and conferences

2017-08-22 Thread Alexander Shopov
Hmm, what about the Netherlands? Anyone willing to meet? @Daniel Brunner: Are you in Wetzlar? Anyone else around hereabouts? Kind regards: al_shopov На вт, 22.08.2017 г. в 18:23 Laurent написа: > That would be great! I'm also more or less based in London and may be

Re: [racket-users] making games in racket

2016-01-05 Thread Alexander Shopov
> break up your big function into small ones. Apart from the obvious maintainability concerns - is there some rule of thumb - how big a function shoul be in order to be inlined either compile time or run time. If a code path is hot - what could stop the inlining? Kind regards: al_shopov -- You