Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@toyoh3232
toyoh3232
Follow
View toyoh3232's full-sized avatar
🎯
Focusing

Toyoharu Han toyoh3232

🎯
Focusing
OSS developerMainly interested in programming languages theory and type theory

Block or report toyoh3232

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more aboutreporting abuse.

Report abuse
toyoh3232/README.md

visitorsOpen Source Love

I am a tech enthusiast and a software developer, mainly focus on system development, with some kinds of web development.

I am also interested in the fundamental theoretical aspects in programming languages like:

  • Computation models (lambda calculus, term rewriting)
  • Polymorphism (ad-hoc, parametric, subtyping)
  • Type systems (soundness, Hindley–Milner systems)
  • Formal logic (Curry–Howard correspondence)

Last but not least, I am not such a fan of OOP, many people tend to misunderstand or overuse the OO since it often gets things more complicated. Something like 'Dependency Injection' is just another 25-dollar term for a 5-cent concept. Fortunately, many programming paradigms have been invented in these years.

🔧 Technologies & Tools

📈 GitHub Stats

Toyoharu's GitHub StatsToyoharu's GitHub Stats

⚡ Let's do programming functionally

Having a trouble to understand something like quick sort? Try functional language like Haskell.

The implementation is so obvious just the description of the algorithm.

qsort::Orda=> [a]-> [a]qsort[]=[]qsort (x:xs)=  [x'| x'<- xs, x'<= x ]++ [x]++                   [x'| x'<- xs, x'>  x ]

Ask me about anything when you run into a problem with functional programming.

PinnedLoading

  1. ccmdlinerccmdlinerPublic

    A Light-weight Commandline Parser implemented in Modern C++

    C++

  2. hmchmcPublic

    A Huffman Encoder and Decoder using new C++ 11 Features

    C++

  3. leetcodeleetcodePublic

    Solutions for Leetcode problems

    Go

  4. dhcpsvdhcpsvPublic

    A DHCP Server Implementation in C#

    C#

  5. sudokusudokuPublic

    A Haskell Sudoku Solver using MiniSAT

    Haskell

  6. fileupfileupPublic

    A Simple File upload/Delete Manager, Server-side and Client-side Solution

    JavaScript


[8]ページ先頭

©2009-2025 Movatter.jp