Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
Forem
Close
#
metaprogramming
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
How to Put Keyword Arguments in your Python Class Definitions
Marvin
Marvin
Marvin
Follow
Jan 15 '22
How to Put Keyword Arguments in your Python Class Definitions
#
python
#
programming
#
metaprogramming
#
metaclass
6
 reactions
Comments
Add Comment
3 min read
Automatic code changing in Python with the ast module
Tiago Antao
Tiago Antao
Tiago Antao
Follow
Dec 5 '21
Automatic code changing in Python with the ast module
#
metaprogramming
#
python
6
 reactions
Comments
Add Comment
7 min read
Wrapping a Ruby Method
Burdette Lamar
Burdette Lamar
Burdette Lamar
Follow
Nov 7 '21
Wrapping a Ruby Method
#
ruby
#
metaprogramming
9
 reactions
Comments
Add Comment
1 min read
Groovy's @CompileStatic and Methods with the Same Name
k-mack
k-mack
k-mack
Follow
Nov 6 '21
Groovy's @CompileStatic and Methods with the Same Name
#
groovy
#
java
#
metaprogramming
5
 reactions
Comments
Add Comment
5 min read
A Short Overview of Typed Template Haskell
Serokell
Serokell
Serokell
Follow
Sep 29 '21
A Short Overview of Typed Template Haskell
#
haskell
#
metaprogramming
6
 reactions
Comments
Add Comment
8 min read
ruby_cool_kid.rb — Meta Programming series: Dynamic dispatch
Pavs
Pavs
Pavs
Follow
Sep 21 '21
ruby_cool_kid.rb — Meta Programming series: Dynamic dispatch
#
ruby
#
rails
#
metaprogramming
5
 reactions
Comments
Add Comment
3 min read
Type-Writer Component: Magic and Asynchronicity
𒎏Wii 🏳️‍⚧️
𒎏Wii 🏳️‍⚧️
𒎏Wii 🏳️‍⚧️
Follow
Sep 11 '21
Type-Writer Component: Magic and Asynchronicity
#
typewriter
#
javascript
#
webdev
#
metaprogramming
13
 reactions
Comments
2
 comments
9 min read
JavaScript for advanced beginners(fake js interface with proxies)
Sk
Sk
Sk
Follow
Aug 29 '21
JavaScript for advanced beginners(fake js interface with proxies)
#
javascript
#
oop
#
metaprogramming
2
 reactions
Comments
Add Comment
4 min read
A Brief Introduction to Template Haskell
Serokell
Serokell
Serokell
Follow
Jul 7 '21
A Brief Introduction to Template Haskell
#
haskell
#
functional
#
metaprogramming
7
 reactions
Comments
Add Comment
11 min read
Ruby Money & BigDecimal
M Bellucci
M Bellucci
M Bellucci
Follow
May 28 '21
Ruby Money & BigDecimal
#
ruby
#
metaprogramming
#
float
#
bigdecimal
11
 reactions
Comments
Add Comment
2 min read
Implementing A Domain Specific Language In Ruby
Veerpal
Veerpal
Veerpal
Follow
May 23 '21
Implementing A Domain Specific Language In Ruby
#
ruby
#
metaprogramming
5
 reactions
Comments
Add Comment
5 min read
Starting with Scala 3 macros: a short tutorial
Adam Warski
Adam Warski
Adam Warski
Follow
for
SoftwareMill
Apr 9 '21
Starting with Scala 3 macros: a short tutorial
#
scala
#
metaprogramming
#
macros
16
 reactions
Comments
Add Comment
9 min read
Matchable - Class-level Pattern Matching Macros Explained
Brandon Weaver
Brandon Weaver
Brandon Weaver
Follow
Feb 1 '21
Matchable - Class-level Pattern Matching Macros Explained
#
ruby
#
functional
#
metaprogramming
20
 reactions
Comments
Add Comment
11 min read
Laziness I: Meta-programming
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Jan 30 '21
Laziness I: Meta-programming
#
codenewbie
#
metaprogramming
#
oop
#
programming
5
 reactions
Comments
2
 comments
7 min read
Como roubar no random?
Eduardo Klosowski
Eduardo Klosowski
Eduardo Klosowski
Follow
Jan 13 '21
Como roubar no random?
#
metaprogramming
#
security
#
python
#
braziliandevs
15
 reactions
Comments
2
 comments
6 min read
Iota (from Golang) in JavaScript
Deniz AkĹźimĹźek
Deniz AkĹźimĹźek
Deniz AkĹźimĹźek
Follow
Jan 10 '21
Iota (from Golang) in JavaScript
#
javascript
#
metaprogramming
4
 reactions
Comments
Add Comment
2 min read
Cool Boys Do Metaprogramming
AdrianoTosetto
AdrianoTosetto
AdrianoTosetto
Follow
Jan 2 '21
Cool Boys Do Metaprogramming
#
cpp
#
metaprogramming
#
templates
9
 reactions
Comments
4
 comments
6 min read
It is not about code
Haruan Justino
Haruan Justino
Haruan Justino
Follow
Sep 14 '20
It is not about code
#
metaprogramming
2
 reactions
Comments
Add Comment
2 min read
That's so Rusty: Metaprogramming
Imaculate
Imaculate
Imaculate
Follow
Sep 17 '20
That's so Rusty: Metaprogramming
#
rust
#
macros
#
metaprogramming
32
 reactions
Comments
Add Comment
7 min read
Demystification of Macros in Nim
Jason Beetham
Jason Beetham
Jason Beetham
Follow
Sep 4 '20
Demystification of Macros in Nim
#
tutorial
#
nim
#
macro
#
metaprogramming
24
 reactions
Comments
Add Comment
6 min read
Replacing placeholders in Ruby on Rails
David Paluy
David Paluy
David Paluy
Follow
Aug 19 '20
Replacing placeholders in Ruby on Rails
#
rails
#
seo
#
regex
#
metaprogramming
10
 reactions
Comments
3
 comments
2 min read
Range in JavaScript using es6 metaprogramming features
Franciszek Krasnowski
Franciszek Krasnowski
Franciszek Krasnowski
Follow
Aug 11 '20
Range in JavaScript using es6 metaprogramming features
#
javascript
#
metaprogramming
#
es6
#
webdev
11
 reactions
Comments
2
 comments
5 min read
C++ Basic templates usage – Part 2
Coral Kashri
Coral Kashri
Coral Kashri
Follow
Aug 20 '20
C++ Basic templates usage – Part 2
#
cpp
#
metaprogramming
#
development
#
templates
7
 reactions
Comments
Add Comment
8 min read
Utilizing Macros & Annotations in a Web Framework (Part 2)
Blacksmoke16
Blacksmoke16
Blacksmoke16
Follow
Jul 27 '20
Utilizing Macros & Annotations in a Web Framework (Part 2)
#
crystal
#
metaprogramming
10
 reactions
Comments
Add Comment
9 min read
C++ Basic templates usage – Part 1
Coral Kashri
Coral Kashri
Coral Kashri
Follow
Aug 15 '20
C++ Basic templates usage – Part 1
#
cpp
#
metaprogramming
#
development
#
templates
6
 reactions
Comments
Add Comment
5 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account