Skip to content

Commit

Permalink
Added 8th, Μλ, قلب, Hubot and Judoscript
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
Richienb committed Mar 30, 2020
1 parent 8a98fa2 commit 182d598
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion #/1c-enterprise
@@ -1,2 +1 @@
Message("Hello World");

1 change: 1 addition & 0 deletions #/8th
@@ -0,0 +1 @@
"Hello World\n" .
13 changes: 13 additions & 0 deletions #/μλ
@@ -0,0 +1,13 @@
> EEEEEEEΔΔΘς v
v ςΘΔEEEEEEEEEE <
> EEEEEEEEEEEδδΘς v
v ΘδδEEEEEEEEEEEς <
> ς EEEEEEEEEEEΔΘ v
v ΘΔΔΔΔEEEEς <
> ςEEEΔΔΘ v
v ΘδEEEEEEEEEEEEς <
> ςEEEEEEEEEEEΔΘ v
v ΘΔΔΔΔEEEEEEEEEEEς <
> ςEEEEEEEEEEEδδΘ v
v ΘEEEEEEEEEEς <
> ςEEEΔΔΔΘ λ
1 change: 1 addition & 0 deletions #/قلب
@@ -0,0 +1 @@
‫(قول "مرحبا يا عالم")
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -22,8 +22,11 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [4Gl](%23%5C4gl.4gl)
* [4Test](%23%5C4test)
* [4Thdimension](%23%5C4thdimension.4dd)
* [8Th](%23%5C8th)
* [~English](%23%5C~English.ext)
* [~Indonesia](%23%5C~Indonesia.ext)
* [Μλ](%23%5C%CE%BC%CE%BB)
* [قلب](%23%5C%D9%82%D9%84%D8%A8)
* [易语言](%23%5C%E6%98%93%E8%AF%AD%E8%A8%80.e)
* [A++](a%5Ca%2B%2B)
* [Abap](a%5Cabap.abap)
Expand Down Expand Up @@ -282,6 +285,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Hop](h%5CHOP)
* [Hq9+](h%5Chq9%2B.h)
* [Html](h%5Chtml.html)
* [Hubot](h%5Chubot.coffee)
* [Hy](h%5Chy.hy)
* [Hypertalk](h%5Chypertalk.ht)
* [Ibm1401](i%5Cibm1401)
Expand Down Expand Up @@ -313,6 +317,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Json](j%5Cjson.json)
* [Jsoniq](j%5CJSONiq)
* [Jsx](j%5Cjsx.js)
* [Judoscript](j%5Cjudoscript)
* [Julia](j%5Cjulia.jl)
* [Jython](j%5Cjython.py)
* [K](k%5Ck.k)
Expand Down
3 changes: 3 additions & 0 deletions h/hubot.coffee
@@ -0,0 +1,3 @@
module.exports = (robot) ->
robot.respond /hello/i, (msg) ->
msg.send 'Hello World'
1 change: 1 addition & 0 deletions j/judoscript
@@ -0,0 +1 @@
. "Hello World";

6 comments on commit 182d598

@JohnnisDROSE
Copy link

@JohnnisDROSE JohnnisDROSE commented on 182d598 Sep 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text("I need some help with figuring out how to use java with github", 10, 10);

@Richienb
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnnisDROSE Which part are you having trouble with?

@JohnnisDROSE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how to get to the point where I can actually start laying down basic syntax. When I go to a place where I think I can actually begin coding it just puts it down as a comment, like my attempted JavaScript text command above. This is very frustrating to me as I could contribute a lot to GitHub as I already know HTML, CSS, SQL, and JS, and am working on learning more languages such as rust and C++.

@Richienb
Copy link
Collaborator Author

@Richienb Richienb commented on 182d598 Oct 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnnisDROSE Just stick to one language, perhaps Python or JavaScript and learn it enough so that you are able to do what you are trying to do. Then learn the other one.

Oh and don't forget you are supposed to Google how to solve the problems, down to the very last detail.

Helpful resources

https://www.w3schools.com/python/python_getstarted.asp
https://www.w3schools.com/js/js_intro.asp

@JohnnisDROSE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already know how to use all of those languages, I just cannot figure out how to actually program on github. I can't get to a screen that gives me a place to code.

@Richienb
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JohnnisDROSE GitHub is a place where you can store your code and share it with others. To find out how to start, see this guide.

Please sign in to comment.