1 | public record Person(string FirstName, string LastName); |
如果說 C# 8.0 我最喜歡的特性是 switch
expression, 那麼 C# 9.0 的就是 record
型別.
1 | public record Person(string FirstName, string LastName); |
如果說 C# 8.0 我最喜歡的特性是 switch
expression, 那麼 C# 9.0 的就是 record
型別.
CyberSecurityRumble CTF 2020 已經過去幾周了, 因個人能力問題, 我沒能拿到多少 Flag. 不過部落格也長草許久, 今天就回顧一下其中的一個挑戰 —— CyberSecurityREGEX.
繼續閱讀Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
繼續閱讀最近工作中深感自身內力不足, 遂決定讀 SICP (Structure and Interpretation of Computer Programs) 一書以加強修行.
因書中程式碼均以 MIT Scheme 編寫, 在讀此書之前還需瞭解 Lisp 的這一方言.
因 MIT Scheme 已不再維護其 Windows 版, 為了方便我在 macOS 和 Windows 上獲得比較一致的體驗, 我選擇使用 Racket 和 SICP language.
這個系列就是我學習 Scheme (SICP language on Racket) 的一些筆記.
繼續閱讀永遠的十七歲
軟體工程師