Raku

158 readers
1 users here now

A place for all things related to the Raku® Programming Language—an open source, gradually typed, Unicode-ready, concurrency friendly programming language made for at least the next hundred years. Please join us, for programming should be optimized for Fun and Profit!

Links

We are a bunch of volunteers developing the Raku Programming Language as the Open Source language of the future.

We also develop tools, web-services and applications written in the Raku Programming Language.

We try real hard to be nice to each other. You can help too! The only requirement is that you know how to be nice to all kinds of people (and butterflies 🦋). And don't be afraid to ask if you do not understand something.

founded 1 year ago
MODERATORS
201
202
203
1
LLM::Prompts -Anton Antonov (rakuforprediction.wordpress.com)
submitted 1 year ago by lizmat to c/rakulang
204
3
submitted 1 year ago by lizmat to c/rakulang
205
206
 
 

I did comparison of a hello world web service in a few programming languages to get an idea of how much memory each of them consumes from the start.

Raku started consuming 345MiB. Is it expected, or is it something wrong on my test?

I used this dockerfile:

FROM rakudo-star
RUN apt-get update
RUN apt-get install -y libssl-dev
RUN zef install Cro::HTTP --force-test
COPY . /app/
ENTRYPOINT ["perl6", "/app/app.raku"]
207
208
209
210
8
Jupyter::Chatbook - Anton Antonov (rakuforprediction.wordpress.com)
submitted 1 year ago by lizmat to c/rakulang
211
212
2
Drax on Jupyter - Steve Roe (rakujourney.wordpress.com)
submitted 1 year ago by lizmat to c/rakulang
213
1
submitted 1 year ago* (last edited 1 year ago) by lizmat to c/rakulang
214
215
216
217
218
219
220
221
222
223
224
225
view more: ‹ prev next ›