You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a good exercise to experiment with non-standard string literals.
3
+
## Bonus
4
4
5
-
A short introduction to non-standard string literals can be found in this [blog post](https://web.archive.org/web/20170625222109/https://iaindunning.com/blog/julia-unicode.html).
5
+
You might like to use this exercise as an excuse to experiment with [non-standard string literals][nssl].
6
+
A short introduction to non-standard string literals can be found in this [blog post][nssl-blog].
6
7
7
-
You can extend your solution by adding the functionality described below.
8
+
To pass the bonus tests, define a macro `rna_str` as explained in the links above, then your users could write code like this:
8
9
9
-
## Bonus
10
-
Implement a string literal that translates RNA strings as:
0 commit comments