Raku

160 readers
7 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
226
227
228
229
230
231
232
233
1
LLM::Prompts -Anton Antonov (rakuforprediction.wordpress.com)
submitted 1 year ago by lizmat to c/rakulang
234
3
submitted 1 year ago by lizmat to c/rakulang
235
236
 
 

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"]
237
238
239
240
8
Jupyter::Chatbook - Anton Antonov (rakuforprediction.wordpress.com)
submitted 1 year ago by lizmat to c/rakulang
241
242
2
Drax on Jupyter - Steve Roe (rakujourney.wordpress.com)
submitted 1 year ago by lizmat to c/rakulang
243
1
submitted 1 year ago* (last edited 1 year ago) by lizmat to c/rakulang
244
245
246
247
248
249
250
view more: ‹ prev next ›