# \#joke

**URL:** https://discourse.julialang.org/tag/joke/836.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Need help implementing evenness test for larger integer types](https://discourse.julialang.org/t/need-help-implementing-evenness-test-for-larger-integer-types/127607)

<div class="topic-metadata">

**Author:** [@Benny](https://discourse.julialang.org/u/Benny)\
**Replies:** 5\
**Last updated:** [April 2, 2025, 4:50am UTC](https://discourse.julialang.org/t/need-help-implementing-evenness-test-for-larger-integer-types/127607 "2025-04-02T04:50:34Z")

</div>

I need to check if built-in integers are even or odd, so I asked ChatGPT to make a function for me: function even(x::UInt8) if x==0 true elseif x==1 false elseif x==2 true elseif x==3 false # con…

---

## [Missed the WAT thread, so here's one for intentionally cursed code](https://discourse.julialang.org/t/missed-the-wat-thread-so-heres-one-for-intentionally-cursed-code/114446)

<div class="topic-metadata">

**Author:** [@Benny](https://discourse.julialang.org/u/Benny)\
**Replies:** 22\
**Last updated:** [May 23, 2024, 1:59am UTC](https://discourse.julialang.org/t/missed-the-wat-thread-so-heres-one-for-intentionally-cursed-code/114446 "2024-05-23T01:59:14Z")

</div>

continues in a 1-iteration loop acting like @gotos to 1 @label because break wasn’t bad enough function foo(A) for \_ in 1 if is1(A) continue end # @goto wrapup bar1!(A) if is2(A) continue end…

---

## [Meme by numeric literal coefficient precedence](https://discourse.julialang.org/t/meme-by-numeric-literal-coefficient-precedence/110891)

<div class="topic-metadata">

**Author:** [@Benny](https://discourse.julialang.org/u/Benny)\
**Replies:** 4\
**Last updated:** [February 28, 2024, 4:35pm UTC](https://discourse.julialang.org/t/meme-by-numeric-literal-coefficient-precedence/110891 "2024-02-28T16:35:57Z")

</div>

julia\> 6÷2(1+2) 1 julia\> 6÷2\*(1+2) 9

---

## [Rename MWE to S(N)WE](https://discourse.julialang.org/t/rename-mwe-to-s-n-we/69947)

<div class="topic-metadata">

**Author:** [@goerch](https://discourse.julialang.org/u/goerch)\
**Replies:** 6\
**Last updated:** [October 18, 2021, 4:01pm UTC](https://discourse.julialang.org/t/rename-mwe-to-s-n-we/69947 "2021-10-18T16:01:14Z")

</div>

April, 1st I’d propose to rename MWE(minimal working example) to S(N)WE(some (maybe not working) example) to simplify communication with others.
