Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Article Writing
  4. Why isn't Raku listed as one of your languages

Why isn't Raku listed as one of your languages

Scheduled Pinned Locked Moved Article Writing
question
5 Posts 2 Posters 15 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tom Browder
    wrote on last edited by
    #1

    I'm considering writing an article introducing Raku to this community, but don't see a Raku entry in the list of language tags. So, is such an article not wanted?

    S 1 Reply Last reply
    0
    • T Tom Browder

      I'm considering writing an article introducing Raku to this community, but don't see a Raku entry in the list of language tags. So, is such an article not wanted?

      S Offline
      S Offline
      Sean Ewington
      wrote on last edited by
      #2

      I suppose the reason we don't have a language tag is that not a lot of people have written about Raku. As long as your introduction to Raku had elements people couldn't find elsewhere online (or if its entirety is something people can't find online), we would very much welcome that article!

      Thanks, Sean Ewington CodeProject

      T 1 Reply Last reply
      0
      • S Sean Ewington

        I suppose the reason we don't have a language tag is that not a lot of people have written about Raku. As long as your introduction to Raku had elements people couldn't find elsewhere online (or if its entirety is something people can't find online), we would very much welcome that article!

        Thanks, Sean Ewington CodeProject

        T Offline
        T Offline
        Tom Browder
        wrote on last edited by
        #3

        Sean, I have read many articles here over the years, and many have been tutorial in nature and quite duplicative, but interesting never-the-less as a refresher. However, frankly, I would like to use a code fragment to introduce and provide some PR for my favorite programming language, Raku. I suggest it be used as a beginning computer language instead of Python--if for no other reason than it is a C/C++-like language in its use of blocks and semicolons. Plus, it is really easier because the core language is huge and most of the required routines for common use are included without having to memorize all those add-on packages just to read and write a file. I could go on, but I'm sure you get the idea. Oh, one more thing for single-finger "typists": names can be "kebab-case" (e.g., 'my-var; instead of 'my_var'). As a simple but powerful demo of core Raku, determine the day-of-the-week of 2023-12-25 (Christmas): ``` my Date $d .= Date.new: 2023, 12, 25; say $d.day-of-week; # OUTPUT: 1 [where the answer is in the range 1..7 (Mon-Sun)] ``` Tom Browder (@tbrowder on Github and IRC #raku)

        S 1 Reply Last reply
        0
        • T Tom Browder

          Sean, I have read many articles here over the years, and many have been tutorial in nature and quite duplicative, but interesting never-the-less as a refresher. However, frankly, I would like to use a code fragment to introduce and provide some PR for my favorite programming language, Raku. I suggest it be used as a beginning computer language instead of Python--if for no other reason than it is a C/C++-like language in its use of blocks and semicolons. Plus, it is really easier because the core language is huge and most of the required routines for common use are included without having to memorize all those add-on packages just to read and write a file. I could go on, but I'm sure you get the idea. Oh, one more thing for single-finger "typists": names can be "kebab-case" (e.g., 'my-var; instead of 'my_var'). As a simple but powerful demo of core Raku, determine the day-of-the-week of 2023-12-25 (Christmas): ``` my Date $d .= Date.new: 2023, 12, 25; say $d.day-of-week; # OUTPUT: 1 [where the answer is in the range 1..7 (Mon-Sun)] ``` Tom Browder (@tbrowder on Github and IRC #raku)

          S Offline
          S Offline
          Sean Ewington
          wrote on last edited by
          #4

          Sounds like it could be interesting! Please proceed. If you want to submit an article outline to me or something like that while you're writing, please feel free (sean@codeproject.com).

          Thanks, Sean Ewington CodeProject

          T 1 Reply Last reply
          0
          • S Sean Ewington

            Sounds like it could be interesting! Please proceed. If you want to submit an article outline to me or something like that while you're writing, please feel free (sean@codeproject.com).

            Thanks, Sean Ewington CodeProject

            T Offline
            T Offline
            Tom Browder
            wrote on last edited by
            #5

            Thank you, Sean, I shall do so.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups